You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use a Nipype 1 interface that requires copyfiles, Nipype1Task doesn't do this as Node used to. I think the solution is just to change self._interface.run() to Node(self._interface).run().