refining SymptomHistogramByBatchcodeTableFactoryTest

This commit is contained in:
frankknoll
2023-02-08 11:26:01 +01:00
parent 408f523797
commit 197321b2da
3 changed files with 26 additions and 23 deletions

View File

@@ -11,5 +11,5 @@ class HistogramTable2DictTableConverter:
@staticmethod
def _histogram_to_json(histogram_with_vax_lots, vax_lot_columns):
histogram = histogram_with_vax_lots.reset_index(level = vax_lot_columns, drop=True)
histogram = histogram_with_vax_lots.reset_index(level = vax_lot_columns, drop = True)
return histogram.to_dict()