summaryrefslogtreecommitdiff
path: root/test/test_ot.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ot.py')
-rw-r--r--test/test_ot.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/test_ot.py b/test/test_ot.py
index 3c4ac11..ac86602 100644
--- a/test/test_ot.py
+++ b/test/test_ot.py
@@ -14,16 +14,6 @@ from ot.datasets import make_1D_gauss as gauss
import pytest
-def test_doctest():
- import doctest
-
- # test lp solver
- doctest.testmod(ot.lp, verbose=True)
-
- # test bregman solver
- doctest.testmod(ot.bregman, verbose=True)
-
-
def test_emd_emd2():
# test emd and emd2 for simple identity
n = 100