diff --git a/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb index 09073da32f15e0f6ff88894b4efb34f1f9e4afc5..81dee07a5490b24c478845cea45e7989bddeb38b 100644 --- a/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb +++ b/notebooks/Gotthard2/Characterize_Darks_Gotthard2_NBC.ipynb @@ -315,7 +315,7 @@ "empty_lut = np.stack(1280 * [np.stack([empty_lut] * 2)], axis=0)\n", "for mod in karabo_da:\n", "\n", - " # A temporar workaround for using the correct data_source\n", + " # TODO: A temporary workaround for using the correct data_source\n", " if gh2_detector == \"25um\":\n", " # Bad assumption for CALCAT DA names e.g. GH200/1 and GH200/2\n", " src = data_sources[int(mod[-1])-1]\n",