Skip to content

Commit 5709f05

Browse files
author
Shoshana Berleant
committed
pep8
1 parent 02faccc commit 5709f05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nipype/algorithms/tests/test_stats.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ def tearDown(self):
6969

7070
fake_fmri_data = np.array([[[[ 2, -1, 4, -2, 3],
7171
[ 4, -2, -5, -1, 0]],
72-
72+
7373
[[-2, 0, 1, 4, 4],
7474
[-5, 3, -3, 1, -5]]],
75-
76-
75+
76+
7777
[[[ 2, -2, -1, -2, -5],
7878
[ 3, 0, 3, -5, -2]],
79-
79+
8080
[[-4, -2, -2, 1, -2],
8181
[ 3, 1, 4, -3, -2]]]])
82-
82+
8383
fake_label_data = np.array([[[1, 0],
8484
[3, 1]],
8585

0 commit comments

Comments
 (0)