From f4503d9ce60708794837c99d481e3adfb151fb6e Mon Sep 17 00:00:00 2001 From: carlocagnetta Date: Tue, 19 Mar 2024 16:41:32 +0100 Subject: [PATCH] solve spellcheck error --- docs/02_notebooks/L3_slicing.ipynb | 2 -- docs/spelling_wordlist.txt | 1 - 2 files changed, 3 deletions(-) diff --git a/docs/02_notebooks/L3_slicing.ipynb b/docs/02_notebooks/L3_slicing.ipynb index 2b6e5b3..78d8e64 100644 --- a/docs/02_notebooks/L3_slicing.ipynb +++ b/docs/02_notebooks/L3_slicing.ipynb @@ -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", diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index 31efe74..7d0d850 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -44,4 +44,3 @@ renderer eps cmap interpolator -jshtml \ No newline at end of file