From 25cad1942166d25d2d305cf93937c1d5edc91716 Mon Sep 17 00:00:00 2001 From: ievred Date: Wed, 8 Apr 2020 10:54:56 +0200 Subject: pep test da --- test/test_da.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_da.py') 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 -- cgit v1.2.3