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
When importing "convert_dicom.py" in an environment with a recent version of nibabel you get the following deprecation warning
This is due to an import of pydicom using nibabel.pydicom_compat instead of a direct import
dicom2nifti/convert_dicom.py:13: DeprecationWarning: We will remove the 'pydicom_compat' module from nibabel 7.0. Please consult pydicom's documentation for any future needs.
from nibabel.pydicom_compat import pydicom
The text was updated successfully, but these errors were encountered:
When importing "convert_dicom.py" in an environment with a recent version of nibabel you get the following deprecation warning
This is due to an import of pydicom using nibabel.pydicom_compat instead of a direct import
The text was updated successfully, but these errors were encountered: