Skip to content

Commit 37ff0eb

Browse files
Update nibabel/tests/test_affines.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent a621d41 commit 37ff0eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nibabel/tests/test_affines.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def test_rescale_affine():
225225
orig_shape = rng.randint(low=20, high=512, size=(3,))
226226
orig_aff = np.eye(4)
227227
orig_aff[:3, :] = rng.normal(size=(3, 4))
228-
orig_zooms = voxel_sizes(orig_aff) # noqa: F841
229228
orig_axcodes = aff2axcodes(orig_aff)
230229
orig_centroid = apply_affine(orig_aff, (orig_shape - 1) // 2)
231230

0 commit comments

Comments
 (0)