Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3e55598

Browse files
mauriliogenoveseeffigies
andauthored
Update nipype/pipeline/engine/nodes.py
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent 4298707 commit 3e55598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nipype/pipeline/engine/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def run(self, updatehash=False):
452452
cached, updated = self.is_cached()
453453

454454
# If the node is cached, check on pklz files and finish
455-
if cached and not force_run and (updated or (notupdatedandupdatehash)):
455+
if cached and not force_run and (updated or updatehash):
456456
logger.debug("Only updating node hashes or skipping execution")
457457
inputs_file = op.join(outdir, "_inputs.pklz")
458458
if not op.exists(inputs_file):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /