diff --git a/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb b/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb
index 469c80127e2cef9d528100ca1cfe51fb4a496bef..dc6d2c9cf04811928bc023d9d15c20e602cf8eb8 100644
--- a/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb
+++ b/notebooks/Gotthard2/Correction_Gotthard2_NBC.ipynb
@@ -326,7 +326,7 @@
     "        mask[index, ...],\n",
     "        g,\n",
     "        const_data[mod][\"Offset\"],\n",
-    "        const_data[mod][\"RelativeGain\"].astype(np.float32),\n",
+    "        const_data[mod][\"RelativeGain\"].astype(np.float32, copy=False),\n",
     "        const_data[mod][\"Mask\"],\n",
     "        apply_offset=offset_correction,\n",
     "        apply_gain=gain_correction,\n",