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 8db5b25 commit 35ea635Copy full SHA for 35ea635
nipype/interfaces/tests/test_io.py
@@ -465,7 +465,7 @@ def test_datasink_substitutions(tmpdir):
465
files.append(f)
466
open(f, "w")
467
ds = nio.DataSink(
468
- parametrization=False,
+ parameterization=False,
469
base_directory=str(outdir),
470
substitutions=[("ababab", "ABABAB")],
471
# end archoring ($) is used to assure operation on the filename
0 commit comments