We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a505b72 commit 264d16aCopy full SHA for 264d16a
nibabel/streamlines/tests/test_tractogram.py
@@ -374,7 +374,7 @@ def test_tractogram_getitem(self):
374
DATA['tractogram'].data_per_streamline[::-1],
375
DATA['tractogram'].data_per_point[::-1])
376
377
- # Make sure slicing conserve the affine_to_rasmm property.
+ # Make sure slicing conserves the affine_to_rasmm property.
378
tractogram = DATA['tractogram'].copy()
379
tractogram.affine_to_rasmm = DATA['rng'].rand(4, 4)
380
tractogram_view = tractogram[::2]
0 commit comments