diff --git a/notebooks/LPD/LPD_Correct_Fast.ipynb b/notebooks/LPD/LPD_Correct_Fast.ipynb
index 75584fe923a82101acceb0bfd00f42f8e0fe37bf..31549c9da806f81b82d5d8668c2e87a889320b65 100644
--- a/notebooks/LPD/LPD_Correct_Fast.ipynb
+++ b/notebooks/LPD/LPD_Correct_Fast.ipynb
@@ -388,7 +388,7 @@
     "    module_index = int(aggregator[-2:])\n",
     "    \n",
     "    start = perf_counter()\n",
-    "    dc = xd.H5File(inp_path).select('*', 'image.*', require_all=True)\n",
+    "    dc = xd.H5File(inp_path, inc_suspect_trains=False).select('*', 'image.*', require_all=True)\n",
     "    inp_source = dc[input_source.format(karabo_id=karabo_id, module_index=module_index)]\n",
     "    open_time = perf_counter() - start\n",
     "    \n",