Skip to content

Commit 1018f8c

Browse files
committed
⚡ Throttle calc_ants_warp
1 parent 955155e commit 1018f8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CPAC/registration/registration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,8 @@ def create_wf_calculate_ants_warp(
12091209
imports=reg_imports),
12101210
name='calc_ants_warp',
12111211
mem_gb=2.8,
1212-
mem_x=(2e-7, 'moving_brain', 'xyz'))
1212+
mem_x=(2e-7, 'moving_brain', 'xyz'),
1213+
throttle=True)
12131214

12141215
calculate_ants_warp.interface.num_threads = num_threads
12151216

0 commit comments

Comments
 (0)