refining SymptomHistogramByBatchcodeTableFactoryTest
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user