Skip to content

Commit

Permalink
solve spellcheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocagnetta committed Mar 19, 2024
1 parent 0bc4be7 commit f4503d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/02_notebooks/L3_slicing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@
")\n",
"sliced_img = sitk.GetArrayFromImage(sliced_volume)\n",
"print(f\"Slice value range: {np.min(sliced_img)} - {np.max(sliced_img)}\")\n",
"# TODO: Don't use os-dependent, hardcoded paths\n",
"sitk.WriteImage(sliced_volume, output_path)\n",
"\n",
"slice = sliced_img[:, 0, :]\n",
"plt.imshow(slice, aspect=6)\n",
Expand Down
1 change: 0 additions & 1 deletion docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ renderer
eps
cmap
interpolator
jshtml

0 comments on commit f4503d9

Please sign in to comment.