summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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)