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 4c202a9 commit 6d65cbbCopy full SHA for 6d65cbb
nipype/interfaces/base/tests/test_core.py
@@ -237,7 +237,7 @@ class DerivedInterface2(nib.BaseInterface):
237
obj = DerivedInterface2()
238
obj.inputs.foo = 1
239
with pytest.raises(Exception):
240
- obj._check_version_requirements()
+ obj._check_version_requirements(obj.inputs)
241
242
class InputSpec(nib.TraitedSpec):
243
foo = nib.traits.Int(desc='a random int', max_ver='0.9')
0 commit comments