Skip to content

Commit a21c083

Browse files
committed
small edits: suggestions from reviews
1 parent 59af0aa commit a21c083

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

nibabel/tests/test_spaces.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,7 @@ def get_outspace_params():
7676
)
7777

7878

79-
@pytest.mark.parametrize("arg_tuple", [
80-
# Enforce number of axes
81-
((2, 3, 4, 5), np.eye(4)),
82-
((2, 3, 4, 5, 6), np.eye(4)),
83-
# Voxel sizes must be positive
84-
((2, 3, 4), np.eye(4), [-1, 1, 1]),
85-
((2, 3, 4), np.eye(4), [1, 0, 1])
86-
])
87-
def test_vox2out_vox(arg_tuple):
79+
def test_vox2out_vox():
8880
# Test world space bounding box
8981
# Test basic case, identity, no voxel sizes passed
9082
shape, aff = vox2out_vox(((2, 3, 4), np.eye(4)))

0 commit comments

Comments
 (0)