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 7fd9e72 commit 0709a5eCopy full SHA for 0709a5e
pydra/tasks/nipype1/utils.py
@@ -69,7 +69,6 @@ def __init__(
69
)
70
self.output_spec = traitedspec_to_specinfo(interface._outputs())
71
72
-
73
def _run_task(self, environment=None):
74
inputs = attrs.asdict(self.inputs, filter=lambda a, v: v is not attrs.NOTHING)
75
node = nipype.Node(deepcopy(self._interface), base_dir=self.output_dir, name=self.name)
0 commit comments