summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2018-06-11 11:29:19 +0200
committerGitHub <noreply@github.com>2018-06-11 11:29:19 +0200
commitf5dcbc44cd5347be5c0a4039bf2350b3bdbd2cac (patch)
tree7ca80d4832cd404eddaea082ac3e6d7f04728ad0 /test
parent47730fc727c0f54e8459964d9208ad824e3f91da (diff)
add new line for pep8
Diffstat (limited to 'test')
-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 b429315..f7f3a9d 100644
--- a/test/test_da.py
+++ b/test/test_da.py
@@ -483,4 +483,4 @@ def test_linear_mapping_class():
Ct = np.cov(Xt.T)
Cst = np.cov(Xst.T)
- np.testing.assert_allclose(Ct, Cst, rtol=1e-2, atol=1e-2) \ No newline at end of file
+ np.testing.assert_allclose(Ct, Cst, rtol=1e-2, atol=1e-2)