Skip to content

Commit b23718a

Browse files
Removing unused function
function depreciated by previous commit
1 parent c9d6c5d commit b23718a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

nirodents/workflows/brainextraction.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,3 @@ def res_by_spc(in_file, out_file = None):
337337

338338
nib.save(resampled, out_file)
339339
return out_file
340-
341-
def _integrate(in_file, out_file = None):
342-
import os.path as op
343-
out_file = op.abspath(in_file)
344-
return out_file

0 commit comments

Comments
 (0)