From 4d77cc99ae5dd2cf3521ff2f136ff783c7d1d7ef Mon Sep 17 00:00:00 2001 From: ievred Date: Wed, 8 Apr 2020 10:41:53 +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 0e31f26..befec43 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) \ No newline at end of file + assert_equal(transp_Xs.shape, Xs.shape) -- cgit v1.2.3