From afcb844501a887e7d1c3e761cac9c3dd2f8d3749 Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Mon, 1 Jul 2024 16:45:28 +0100 Subject: [PATCH] #2620: remove cell that fails on purpose --- src/primaite/notebooks/multi-processing.ipynb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/primaite/notebooks/multi-processing.ipynb b/src/primaite/notebooks/multi-processing.ipynb index 6fc8b4c2..305cfd70 100644 --- a/src/primaite/notebooks/multi-processing.ipynb +++ b/src/primaite/notebooks/multi-processing.ipynb @@ -18,15 +18,6 @@ "Import packages and read config file." ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "1/0" - ] - }, { "cell_type": "code", "execution_count": null,