gives the following warning - not sure if this is something broken in my Python installation (though I thought SCT was run in its own env)…
Compute shape analysis: 0%| | 0/135 [00:00<?, ?iter/s]/Users/jon/sct_4.0.0-beta.5/python/envs/venv_sct/lib/python3.6/site-packages/skimage/transform/_warps.py:23: UserWarning: The default multichannel argument (None) is deprecated. Please specify either True or False explicitly. multichannel will default to False starting with release 0.16.
warn('The default multichannel argument (None) is deprecated. Please ’
/Users/jon/sct_4.0.0-beta.5/python/envs/venv_sct/lib/python3.6/site-packages/skimage/measure/_regionprops.py:250: UserWarning: regionprops and image moments (including moments, normalized moments, central moments, and inertia tensor) of 2D images will change from xy coordinates to rc coordinates in version 0.16.
See Release notes — skimage v0.14.3 docs for details on how to avoid this message.
warn(XY_TO_RC_DEPRECATION_MESSAGE)
/Users/jon/sct_4.0.0-beta.5/python/envs/venv_sct/lib/python3.6/site-packages/skimage/measure/_regionprops.py:260: UserWarning: regionprops and image moments (including moments, normalized moments, central moments, and inertia tensor) of 2D images will change from xy coordinates to rc coordinates in version 0.16.
See Release notes — skimage v0.14.3 docs for details on how to avoid this message.
warn(XY_TO_RC_DEPRECATION_MESSAGE)
Compute shape analysis: 100%|##############| 135/135 [00:00<00:00, 305.58iter/s]