Skip to content

Commit bf6c584

Browse files
committed
FIX: Make intermediate transforms always available
1 parent 7813345 commit bf6c584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nibabies/workflows/anatomical/registration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def init_concat_registrations_wf(
405405
),
406406
name='intermed_xfms',
407407
iterfield=['std'],
408+
overwrite=True, # otherwise, cache hits but not guarantee files are present on reruns
408409
run_without_submitting=True,
409410
)
410411

0 commit comments

Comments
 (0)