From 1bf6609fabc138baa529481e20a127c1bae0c06c Mon Sep 17 00:00:00 2001 From: Frank Knoll Date: Fri, 12 Jul 2024 18:06:08 +0200 Subject: [PATCH] tmp test --- src/HowBadIsMyBatch.ipynb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/HowBadIsMyBatch.ipynb b/src/HowBadIsMyBatch.ipynb index 4f0f094f041..2c22358432e 100644 --- a/src/HowBadIsMyBatch.ipynb +++ b/src/HowBadIsMyBatch.ipynb @@ -688,10 +688,11 @@ "metadata": {}, "outputs": [], "source": [ - "updateHtmlFile4SymptomsCausedByCOVIDLots(\n", - " symptoms = list(prrByLotAndSymptom.columns),\n", - " batches = list(prrByLotAndSymptom.index),\n", - " htmlFile = os.path.normpath(webAppBaseDir + '/index.html'))" + "# FK-TODO: reactivate\n", + "#updateHtmlFile4SymptomsCausedByCOVIDLots(\n", + "# symptoms = list(prrByLotAndSymptom.columns),\n", + "# batches = list(prrByLotAndSymptom.index),\n", + "# htmlFile = os.path.normpath(webAppBaseDir + '/index.html'))" ] }, {