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
Right, there is no QC for process_segmentation (unless if using PMJ-based CSA), so the warning message is normal. You can simply remove the "-qc" flag.
Removing the QC indeed removed a part of the warning.
However, I still have the following warning message:
/Users/plbenveniste/spinalcordtoolbox/python/envs/venv_sct/lib/python3.9/site-packages/numpy/core/fromnumeric.py:3504: RuntimeWarning: Mean of empty slice. return _methods._mean(a, axis=axis, dtype=dtype,/Users/plbenveniste/spinalcordtoolbox/python/envs/venv_sct/lib/python3.9/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide ret = ret.dtype.type(ret / rcount)
Here is the warning message that I saw in the log file.
I will look into what it is and see whether it we can be easily fixed.
The text was updated successfully, but these errors were encountered: