Skip to content

Commit

Permalink
MAINT: Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 22, 2023
1 parent 930f30b commit 8b681a7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions smriprep/workflows/surfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -1216,16 +1216,6 @@ def init_morph_grayords_wf(
return workflow


def _extract_sulcs(in_files):
from pathlib import Path

sulcs = []
for fl in _sorted_by_basename(in_files):
if 'sulc' in Path(fl).name:
sulcs.append(fl)
return sulcs


def _check_cw256(in_files, default_flags):
import numpy as np
from nibabel.funcs import concat_images
Expand Down

0 comments on commit 8b681a7

Please sign in to comment.