We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1960e17 commit 5f9142dCopy full SHA for 5f9142d
tests/test_cfa.py
@@ -28,4 +28,4 @@ def test_cfa_pure():
28
p_value = p_sel.mean()
29
30
assert p_value.shape == ()
31
- assert (p_value - 0.511954) < 0.01
+ assert (p_value.to_numpy() - 0.511954) < 0.01
0 commit comments