summaryrefslogtreecommitdiff
path: root/test/test_da.py
diff options
context:
space:
mode:
authorSlasnista <stan.chambon@gmail.com>2017-08-23 15:09:08 +0200
committerSlasnista <stan.chambon@gmail.com>2017-08-23 15:09:08 +0200
commit09302239b3e4e1a90c1a4e2d7a85b0af86b01365 (patch)
treea25f0541d42cf9fb969bd7bc305b8480c360f53c /test/test_da.py
parent326d163db029515c338a963978a5d95948f78c29 (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()