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 83bae7d commit 187acf4Copy full SHA for 187acf4
nipype/algorithms/tests/test_confounds.py
@@ -71,5 +71,5 @@ def test_outliers(tmpdir):
71
in_data = np.random.randn(100)
72
in_data[0] += 10
73
74
- assert _is_outlier(in_data) == 1
+ assert is_outlier(in_data) == 1
75
0 commit comments