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 a8b6ff9 commit 58d37a2Copy full SHA for 58d37a2
nibabel/nifti1.py
@@ -2409,5 +2409,5 @@ def _get_analyze_compat_dtype(arr):
2409
return np.dtype('float32')
2410
2411
raise ValueError(
2412
- f"Cannot find analyze-compatible dtype for array with {dtype=!s} (min={mn}, max={mx})"
+ f"Cannot find analyze-compatible dtype for array with dtype={dtype} (min={mn}, max={mx})"
2413
)
0 commit comments