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 4483782 commit 36e5955Copy full SHA for 36e5955
niworkflows/anat/ants.py
@@ -439,7 +439,7 @@ def init_brain_extraction_wf(
439
except ValueError:
440
warn(
441
"N4BiasFieldCorrection's --rescale-intensities option was added in ANTS 2.1.0 "
442
- f'({inu_n4.interface.version} found.) Please consider upgrading.',
+ f'({inu_n4_final.interface.version} found.) Please consider upgrading.',
443
UserWarning,
444
stacklevel=1,
445
)
0 commit comments