We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47730fc commit f5dcbc4Copy full SHA for f5dcbc4
test/test_da.py
@@ -483,4 +483,4 @@ def test_linear_mapping_class():
483
Ct = np.cov(Xt.T)
484
Cst = np.cov(Xst.T)
485
486
- np.testing.assert_allclose(Ct, Cst, rtol=1e-2, atol=1e-2)
+ np.testing.assert_allclose(Ct, Cst, rtol=1e-2, atol=1e-2)
0 commit comments