From a5a93fe8508dfd5e25898785aba244b216401ad7 Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Tue, 2 Jul 2024 02:10:40 +0100 Subject: [PATCH] #2620: commit a div zero to check that the pipeline fails --- src/primaite/notebooks/multi-processing.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/primaite/notebooks/multi-processing.ipynb b/src/primaite/notebooks/multi-processing.ipynb index 86b549a7..bdf9a6b5 100644 --- a/src/primaite/notebooks/multi-processing.ipynb +++ b/src/primaite/notebooks/multi-processing.ipynb @@ -18,6 +18,15 @@ "Import packages and read config file." ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "1/0" + ] + }, { "cell_type": "code", "execution_count": null,