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 6e0b9ae commit 0e28037Copy full SHA for 0e28037
sdcflows/workflows/fit/syn.py
@@ -408,7 +408,10 @@ def init_syn_preprocessing_wf(
408
409
if t1w_inversion is not None:
410
import warnings
411
- warnings.warn("The `t1w_inversion` argument is deprecated and does nothing.", DeprecationWarning)
+ warnings.warn(
412
+ "The `t1w_inversion` argument is deprecated and does nothing.",
413
+ DeprecationWarning,
414
+ )
415
416
workflow = Workflow(name=name)
417
0 commit comments