summaryrefslogtreecommitdiff
path: root/test/test_da.py
diff options
context:
space:
mode:
authorSlasnista <stan.chambon@gmail.com>2017-08-23 15:09:08 +0200
committerNicolas Courty <Nico@MacBook-Pro-de-Nicolas.local>2017-09-01 11:09:13 +0200
commitfc58f39fc730a9e1bb2215ef063e37c50f0ebc1f (patch)
treea25f0541d42cf9fb969bd7bc305b8480c360f53c /test/test_da.py
parentc8ae5843ae64dbf841deb3ad8c10024a94a93eec (diff)
added deprecation warning on old classes
Diffstat (limited to 'test/test_da.py')
-rw-r--r--test/test_da.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test_da.py b/test/test_da.py
index 162f681..9578b3d 100644
--- a/test/test_da.py
+++ b/test/test_da.py
@@ -432,10 +432,11 @@ def test_otda():
da_emd.predict(xs) # interpolation of source samples
-if __name__ == "__main__":
+# if __name__ == "__main__":
+ # test_otda()
# test_sinkhorn_transport_class()
# test_emd_transport_class()
# test_sinkhorn_l1l2_transport_class()
# test_sinkhorn_lpl1_transport_class()
- test_mapping_transport_class()
+ # test_mapping_transport_class()