summaryrefslogtreecommitdiff
path: root/test/test_ot.py
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2019-07-02 16:42:26 +0200
committerGitHub <noreply@github.com>2019-07-02 16:42:26 +0200
commit8b3927bb5e8935c3dbddf054f054dc0c036fbdfe (patch)
treed2eecc0bb96d5937d30e43993a732ae32eec3438 /test/test_ot.py
parenta9b8af146648ee2ae50baf46e69e6281f6b279e4 (diff)
parent5b6eb56f2d4bfdaeaa45970c386c42c21d7d1caf (diff)
Merge pull request #90 from rtavenar/dev-doctests
[MRG] Have Travis actually execute doctests
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