Skip to content

Commit ee86194

Browse files
committed
fixes whitespace
Signed-off-by: Wenqi Li <[email protected]>
1 parent 7aefc3a commit ee86194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_zoo/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@
474474
"interpolator = itk.NearestNeighborInterpolateImageFunction.New(seg_image)\n",
475475
"result_image_resampled = itk.resample_image_filter(Input=result_image,\n",
476476
" Interpolator=interpolator,\n",
477-
" reference_image=seg_image_prep, \n",
477+
" reference_image=seg_image_prep,\n",
478478
" use_reference_image=True)"
479479
]
480480
},

0 commit comments

Comments
 (0)