Skip to content

Commit cd1a39a

Browse files
authored
Update nibabel/gifti/tests/test_gifti.py
1 parent b400dd5 commit cd1a39a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nibabel/gifti/tests/test_gifti.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ def test_image_typing(label):
133133
dtype = data_type_codes.dtype[label]
134134
if dtype == np.void:
135135
return
136-
arr = 127 * rng.random(
137-
20,
138-
)
136+
arr = 127 * rng.random(20)
139137
try:
140138
cast = arr.astype(label)
141139
except TypeError:

0 commit comments

Comments
 (0)