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 c9eea71 commit 454c6acCopy full SHA for 454c6ac
nipype/interfaces/base/core.py
@@ -71,12 +71,14 @@ class Interface(object):
71
72
@property
73
def can_resume(self):
74
- """defines if the interface can reuse partial results after interruption"""
+ """Defines if the interface can reuse partial results after interruption.
75
+ Only applies to interfaces being run within a workflow context."""
76
return self._can_resume
77
78
79
def always_run(self):
- """should the interface be always run even if the inputs were not changed?"""
80
+ """Should the interface be always run even if the inputs were not changed?
81
82
return self._always_run
83
84
0 commit comments