Skip to content

Commit ad7fdc4

Browse files
authored
enh: use less memory for ants
@binarybottle: ideally we could add this as an option to people who want to use double. but in general this works pretty well.
1 parent 0f26d02 commit ad7fdc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mindboggle/mindboggle123

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ corticalthickness.inputs.extraction_registration_mask = EXT
188188
corticalthickness.inputs.segmentation_priors = [PRIOR1, PRIOR2, PRIOR3,
189189
PRIOR4, PRIOR5, PRIOR6]
190190
corticalthickness.inputs.out_prefix = PREFIX
191+
corticalthickness.inputs.use_floatingpoint_precision=True
191192

192193
if args.num_threads and args.num_threads > 1:
193194
corticalthickness.inputs.num_threads = args.num_threads

0 commit comments

Comments
 (0)