Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nibabel/trackvis.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def _check_hdr_points_space(hdr, points_space):
checks. 'voxel' checks for all ``hdr['voxel_sizes'] being <= zero
(error) or any being zero (warning). 'rasmm' checks for presence of
non-zeros affine in ``hdr['vox_to_ras']``, and that the affine therein
corresponds to ``hdr['voxel_order']`` and ''hdr['voxe_sizes']`` - and
corresponds to ``hdr['voxel_order']`` and ''hdr['voxel_sizes']`` - and
raises an error otherwise.

Returns
Expand Down