Skip to content

Commit f5dcbc4

Browse files
authored
add new line for pep8
1 parent 47730fc commit f5dcbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_da.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,4 @@ def test_linear_mapping_class():
483483
Ct = np.cov(Xt.T)
484484
Cst = np.cov(Xst.T)
485485

486-
np.testing.assert_allclose(Ct, Cst, rtol=1e-2, atol=1e-2)
486+
np.testing.assert_allclose(Ct, Cst, rtol=1e-2, atol=1e-2)

0 commit comments

Comments
 (0)