summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRomain Tavenard <romain.tavenard@univ-rennes2.fr>2019-07-01 11:02:11 +0200
committerRomain Tavenard <romain.tavenard@univ-rennes2.fr>2019-07-01 11:02:11 +0200
commit93a74fe4d477e1735e9ce21ee4113281f58b4dcf (patch)
tree6ac4c1b8aec72efdfcc47eab9bac4cb1b35ac081 /test
parenta9b8af146648ee2ae50baf46e69e6281f6b279e4 (diff)
Explicit doctest call in travis + removed uneffective doctest in test_ot
Diffstat (limited to 'test')
-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