Skip to content

Commit

Permalink
🐛 Fix bug in logging atropos seed
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Oct 12, 2022
1 parent 3f530ff commit 1845324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CPAC/anat_preproc/ants.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,8 @@ def init_atropos_wf(name='atropos_wf',
name='01_atropos', n_procs=omp_nthreads, mem_gb=mem_gb)

if not use_random_seed:
getLogger('random').info('%s # (Atropos constant)', atropos.name)
getLogger('random').info('%s\t%s',
'# (Atropos constant)', atropos.name)

# massage outputs
pad_segm = pe.Node(ImageMath(operation='PadImage', op2='%d' % padding),
Expand Down

0 comments on commit 1845324

Please sign in to comment.