renaming folder

This commit is contained in:
frankknoll
2023-02-12 17:23:14 +01:00
parent ec0ec3c25e
commit 21118a4f35

View File

@@ -161,7 +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/Global'\n",
" shutil.rmtree(directory, ignore_errors = True)\n",
" histogramDescriptionPersister = HistogramDescriptionPersister(directory)\n",
" histogramDescriptionPersister.saveHistogramDescriptionsForBatchcodes(\n",