summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_da.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_da.py b/test/test_da.py
index 4eb6de0..d96046d 100644
--- a/test/test_da.py
+++ b/test/test_da.py
@@ -650,6 +650,7 @@ def test_jcpot_transport_class():
transp_ys = otda.inverse_transform_labels(yt)
[assert_equal(x.shape, y.shape) for x, y in zip(transp_ys, ys)]
+
def test_jcpot_barycenter():
"""test_jcpot_barycenter
"""