We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0379b commit 8b1c4bcCopy full SHA for 8b1c4bc
dmriprep/workflows/dwi/eddy.py
@@ -48,10 +48,6 @@ def gen_eddy_textfiles(in_file, in_meta):
48
f"{' '.join(fsl_pe)} {get_trt(in_meta, in_file=in_file):0.7f}"
49
)
50
except ValueError:
51
- config.loggers.workflow.warning(
52
- f"'TotalReadoutTime' not found for <{dwi_file}>, using"
53
- f"a default value of 0.05 instead."
54
- )
55
Path(out_acqparams).write_text(
56
f"{' '.join(fsl_pe)} {0.05}"
57
0 commit comments