Skip to content

Commit

Permalink
Update nitransforms/tests/test_base.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Apr 19, 2024
1 parent bafd2ed commit acb0736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nitransforms/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _to_hdf5(klass, x5_root):
imgdata == np.asanyarray(moved.dataobj, dtype=moved.get_data_dtype())
)

#Test ndim returned by affine
# Test ndim returned by affine
assert nitl.Affine().ndim == 3
assert nitl.LinearTransformsMapping(
[nitl.Affine(), nitl.Affine()]
Expand Down

0 comments on commit acb0736

Please sign in to comment.