Skip to content

Commit 187acf4

Browse files
committed
fix tests
1 parent 83bae7d commit 187acf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/tests/test_confounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ def test_outliers(tmpdir):
7171
in_data = np.random.randn(100)
7272
in_data[0] += 10
7373

74-
assert _is_outlier(in_data) == 1
74+
assert is_outlier(in_data) == 1
7575

0 commit comments

Comments
 (0)