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
Firstly, I don't understand why it is taking only the last subject of the list. You can find it in the log file attached. output_dmriprep_oasis_controls_1try.txt
[Node] Finished "dmriprep_wf.single_subject_OAS31172_wf.anat_preproc_wf.anat_reports_wf.norm_rpt".
/usr/local/miniconda/lib/python3.7/site-packages/nilearn/image/resampling.py:513: UserWarning: Casting data from int32 to float32
warnings.warn("Casting data from %s to %s" % (data.dtype.name, aux))
/usr/local/miniconda/lib/python3.7/site-packages/nilearn/image/resampling.py:513: UserWarning: Casting data from int16 to float32
warnings.warn("Casting data from %s to %s" % (data.dtype.name, aux))
/usr/local/miniconda/lib/python3.7/site-packages/nilearn/image/resampling.py:513: UserWarning: Casting data from int32 to float32
warnings.warn("Casting data from %s to %s" % (data.dtype.name, aux))
/usr/local/miniconda/lib/python3.7/site-packages/nilearn/image/resampling.py:513: UserWarning: Casting data from int16 to float32
warnings.warn("Casting data from %s to %s" % (data.dtype.name, aux))
/usr/local/miniconda/lib/python3.7/site-packages/nilearn/image/resampling.py:513: UserWarning: Casting data from int32 to float32
warnings.warn("Casting data from %s to %s" % (data.dtype.name, aux))
/usr/local/miniconda/lib/python3.7/site-packages/nilearn/image/resampling.py:513: UserWarning: Casting data from int16 to float32
warnings.warn("Casting data from %s to %s" % (data.dtype.name, aux))
Can you tell me please how critical this warning to data processing?
Thank you for any ideas!
The text was updated successfully, but these errors were encountered:
Description
Hello!
I tried to run dMRIPrep on HPC using singularity module and faced with an error that I don't understand.
What I Did
I run the dMRIPrep like this:
Firstly, I don't understand why it is taking only the last subject of the list. You can find it in the log file attached.
output_dmriprep_oasis_controls_1try.txt
The file controls_dwi_list.txt is attached.
controls_dwi_list.txt
Secondly, it is a Warning in the end of the log:
Can you tell me please how critical this warning to data processing?
Thank you for any ideas!
The text was updated successfully, but these errors were encountered: