Closed
Description
Noticed whilst looking at objects holding memory that unnecessary reference to availability_estimates
, which is dataframe loaded of ResourceFile_Consumables_availability_small.csv
, is not needed after Consumables
has been initialised.
TLOmodel/src/tlo/methods/healthsystem.py
Lines 660 to 669 in 3599cdc
Any reason why this can't be a normal variable in read_parameters
?