Skip to content

Commit 5b1f319

Browse files
committed
STY: Remove dash from ND in error message string for consistency
Remove dash from ND in error message string for the sake of consistency.
1 parent 3997329 commit 5b1f319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nifreeze/data/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
AFFINE_NDIM_ERROR_MSG = "BaseDataset 'affine' must be a 2D array"
6363
"""Affine dimensionality error message."""
6464

65-
AFFINE_SHAPE_ERROR_MSG = "BaseDataset 'affine' must be a 2-D numpy array (4 x 4)"
65+
AFFINE_SHAPE_ERROR_MSG = "BaseDataset 'affine' must be a 2D numpy array (4 x 4)"
6666
"""BaseDataset initialization affine shape error message."""
6767

6868
BRAINMASK_SHAPE_MISMATCH_ERROR_MSG = "BaseDataset 'brainmask' shape ({brainmask_shape}) does not match dataset volumes ({data_shape})."

0 commit comments

Comments
 (0)