Skip to content

Commit 11fbf84

Browse files
feilongeffigies
authored andcommitted
Remove the print statement, which was for debugging.
1 parent 16e8b2c commit 11fbf84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/smriprep/workflows/surfaces.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ def init_resample_surfaces_wb_wf(
13891389
iterfield=['surface_in', 'current_sphere', 'new_sphere'],
13901390
name='resampler',
13911391
)
1392-
new_sphere = [
1392+
resampler.inputs.new_sphere = [
13931393
str(
13941394
tf.get(
13951395
template=space,
@@ -1404,8 +1404,6 @@ def init_resample_surfaces_wb_wf(
14041404
for _surf in surfaces
14051405
for hemi in ['L', 'R']
14061406
]
1407-
print(new_sphere)
1408-
resampler.inputs.new_sphere = new_sphere
14091407

14101408
surface_groups = pe.Node(
14111409
niu.Split(splits=[2] * len(surfaces)),

0 commit comments

Comments
 (0)