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 b513e98 commit e9de921Copy full SHA for e9de921
sdcflows/workflows/fit/syn.py
@@ -425,7 +425,10 @@ def init_syn_preprocessing_wf(
425
426
if t1w_inversion is not None:
427
import warnings
428
- warnings.warn("The `t1w_inversion` argument is deprecated and does nothing.", DeprecationWarning)
+ warnings.warn(
429
+ "The `t1w_inversion` argument is deprecated and does nothing.",
430
+ DeprecationWarning,
431
+ )
432
433
workflow = Workflow(name=name)
434
0 commit comments