summaryrefslogtreecommitdiff
path: root/test/test_da.py
diff options
context:
space:
mode:
authorievred <ievgen.redko@univ-st-etienne.fr>2020-04-08 10:54:56 +0200
committerievred <ievgen.redko@univ-st-etienne.fr>2020-04-08 10:54:56 +0200
commit25cad1942166d25d2d305cf93937c1d5edc91716 (patch)
treee9a17a904b12748ac9f7bfb602da55fe3c23d7f4 /test/test_da.py
parent4d77cc99ae5dd2cf3521ff2f136ff783c7d1d7ef (diff)
pep test da
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