We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bff55 commit ffffe1cCopy full SHA for ffffe1c
nibabies/workflows/anatomical/fit.py
@@ -453,7 +453,7 @@ def init_infant_anat_fit_wf(
453
t2w_mask = precomputed.get('t2w_mask')
454
anat_mask = precomputed.get(f'{anat}_mask')
455
refine_mask = False
456
- # T1w masking - define pre-emptively
+ # T1w masking - define preemptively
457
apply_t1w_mask = pe.Node(ApplyMask(), name='apply_t1w_mask')
458
apply_t2w_mask = apply_t1w_mask.clone(name='apply_t2w_mask')
459
scripts/fetch_templates.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
2
3
-'Pre-emptive caching of commonly used TemplateFlow templates'
+'Preemptive caching of commonly used TemplateFlow templates'
4
import templateflow.api as tf
5
6
0 commit comments