Skip to content

Commit 1007865

Browse files
西牧慧西牧慧
西牧慧
authored and
西牧慧
committed
update: parcellation
1 parent 4736c09 commit 1007865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parcellation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from tqdm import tqdm as std_tqdm
99

1010
tqdm = partial(std_tqdm, dynamic_ncols=True)
11+
1112
import nibabel as nib
1213
import numpy as np
1314

@@ -197,7 +198,6 @@ def main():
197198

198199
# Clean up temporary files
199200
del odata, data
200-
gaga
201201
return
202202

203203

0 commit comments

Comments
 (0)