Skip to content

Commit 8b1c4bc

Browse files
slimnsouroesteban
authored andcommitted
Removed warning from eddy acqp generation
1 parent 9e0379b commit 8b1c4bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dmriprep/workflows/dwi/eddy.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ def gen_eddy_textfiles(in_file, in_meta):
4848
f"{' '.join(fsl_pe)} {get_trt(in_meta, in_file=in_file):0.7f}"
4949
)
5050
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-
)
5551
Path(out_acqparams).write_text(
5652
f"{' '.join(fsl_pe)} {0.05}"
5753
)

0 commit comments

Comments
 (0)