From e2429df2200f9941d67898bd7b3549182479831f Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Tue, 2 Jul 2024 02:52:08 +0100 Subject: [PATCH] #2620: remove div zero from notebook --- src/primaite/notebooks/multi-processing.ipynb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/primaite/notebooks/multi-processing.ipynb b/src/primaite/notebooks/multi-processing.ipynb index bdf9a6b5..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, @@ -152,7 +143,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.12" + "version": "3.10.11" } }, "nbformat": 4,