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 3997329 commit 5b1f319Copy full SHA for 5b1f319
src/nifreeze/data/base.py
@@ -62,7 +62,7 @@
62
AFFINE_NDIM_ERROR_MSG = "BaseDataset 'affine' must be a 2D array"
63
"""Affine dimensionality error message."""
64
65
-AFFINE_SHAPE_ERROR_MSG = "BaseDataset 'affine' must be a 2-D numpy array (4 x 4)"
+AFFINE_SHAPE_ERROR_MSG = "BaseDataset 'affine' must be a 2D numpy array (4 x 4)"
66
"""BaseDataset initialization affine shape error message."""
67
68
BRAINMASK_SHAPE_MISMATCH_ERROR_MSG = "BaseDataset 'brainmask' shape ({brainmask_shape}) does not match dataset volumes ({data_shape})."
0 commit comments