SlicerDMRI / whitematteranalysis

White matter tractography clustering and more...
https://dmri.slicer.org/whitematteranalysis/
Other
69 stars 33 forks source link

ENH: Improve importing optional packages and modules #195

Closed jhlegarreta closed 10 months ago

jhlegarreta commented 11 months ago

Improve importing optional packages and modules:

Prefer using all lowercases for the flags that contain the package/module import success value.

Move the whitematteranalysis/utils.py module to the whitematteranalysis/utils/utils.py module, and remove the utils module import from whitematteranalysis/__init__.py to avoid module clashes.