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 74bd3b8 commit 688774bCopy full SHA for 688774b
nipype/algorithms/tests/test_icc_anova.py
@@ -19,4 +19,4 @@ def test_ICC_rep_anova():
19
assert round(icc, 2) == 0.71
20
assert dfc == 3
21
assert dfe == 15
22
- assert r_var / (r_var + e_var) == icc
+ assert np.isclose(r_var / (r_var + e_var), icc)
0 commit comments