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 e494b6b commit b83a0e8Copy full SHA for b83a0e8
nipype/interfaces/base/tests/test_specs.py
@@ -82,7 +82,8 @@ def test_TraitedSpec_dynamic():
82
83
84
def test_DynamicTraitedSpec_tab_completion():
85
- extract_func = lambda list_out: list_out[0]
+ def extract_func(list_out):
86
+ return list_out[0]
87
88
# Define interface
89
func_interface = Function(input_names=["list_out"],
0 commit comments