You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(libcommon): address CodeRabbit nitpick for Nifti handler
- Use hasattr(value, 'to_bytes') instead of isinstance check
to support Nifti1Image, Nifti2Image, and other nibabel types
- Preserve original file extension (.nii vs .nii.gz)
- Remove unused nibabel import
0 commit comments