summaryrefslogtreecommitdiff
path: root/test/test_da.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_da.py')
-rw-r--r--test/test_da.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_da.py b/test/test_da.py
index befec43..0e31f26 100644
--- a/test/test_da.py
+++ b/test/test_da.py
@@ -600,4 +600,4 @@ def test_emd_laplace_class():
# test fit_transform
transp_Xs = otda.fit_transform(Xs=Xs, Xt=Xt)
- assert_equal(transp_Xs.shape, Xs.shape)
+ assert_equal(transp_Xs.shape, Xs.shape) \ No newline at end of file