Open plbenveniste opened 4 days ago
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.