summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorievred <ievgen.redko@univ-st-etienne.fr>2020-04-01 09:00:03 +0200
committerievred <ievgen.redko@univ-st-etienne.fr>2020-04-01 09:00:03 +0200
commit439860609df786a877383775dd901afe28480cc9 (patch)
tree70e94ca177eb5bd873bc6c5324ca5ddada2deba3 /test
parentba493aa5488507937b7f9707faa17128c9aa1872 (diff)
fix imports remove checks
Diffstat (limited to 'test')
-rw-r--r--test/test_da.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_da.py b/test/test_da.py
index 958df7b..7526f30 100644
--- a/test/test_da.py
+++ b/test/test_da.py
@@ -572,7 +572,6 @@ def test_jcpot_transport_class():
# test its computed
otda.fit(Xs=Xs, ys=ys, Xt=Xt)
- print(otda.proportions_)
assert hasattr(otda, "coupling_")
assert hasattr(otda, "proportions_")
@@ -610,3 +609,6 @@ def test_jcpot_transport_class():
# check that the oos method is working
assert_equal(transp_Xs_new.shape, Xs_new.shape)
+
+
+test_jcpot_transport_class() \ No newline at end of file