Skip to content

Commit eb52174

Browse files
committed
FIX: Avoid tagging workflows that are used more than once
1 parent 19db478 commit eb52174

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/smriprep/workflows/surfaces.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,6 @@ def init_msm_sulc_wf(*, sloppy: bool = False, name: str = 'msm_sulc_wf'):
839839
return workflow
840840

841841

842-
@tag('anat.gifti-surfaces')
843842
def init_gifti_surfaces_wf(
844843
*,
845844
surfaces: list[str] = ('pial', 'midthickness', 'inflated', 'white'),
@@ -937,7 +936,6 @@ def init_gifti_surfaces_wf(
937936
return workflow
938937

939938

940-
@tag('anat.gifti-morphs')
941939
def init_gifti_morphometrics_wf(
942940
*,
943941
morphometrics: list[str] = ('thickness', 'curv', 'sulc'),
@@ -1321,7 +1319,6 @@ def init_anat_ribbon_wf(name='anat_ribbon_wf'):
13211319
return workflow
13221320

13231321

1324-
@tag('anat.resample-surfs')
13251322
def init_resample_surfaces_wf(
13261323
surfaces: list[str],
13271324
grayord_density: ty.Literal['91k', '170k'],

0 commit comments

Comments
 (0)