diff --git a/src/HowBadIsMyBatch.ipynb b/src/HowBadIsMyBatch.ipynb index 135530dc8db..699c108fc0a 100644 --- a/src/HowBadIsMyBatch.ipynb +++ b/src/HowBadIsMyBatch.ipynb @@ -161,8 +161,7 @@ "if isGlobal:\n", " batchcodes = MultiIndexValuesProvider.getValues(dictByBatchcodeTable.index)\n", " batchcodes = {batchcode for batchcode in batchcodes if batchcode != 'nan'}\n", - " # directory = f'../docs/data/histograms/global'\n", - " directory = f'../docs/data/histograms'\n", + " directory = f'../docs/data/histograms/global'\n", " shutil.rmtree(directory, ignore_errors = True)\n", " histogramDescriptionPersister = HistogramDescriptionPersister(directory)\n", " histogramDescriptionPersister.saveHistogramDescriptionsForBatchcodes(\n",