Remove parameter reference to availability_estimates
dataframe in HealthSystem
#1584
Labels
availability_estimates
dataframe in HealthSystem
#1584
Noticed whilst looking at objects holding memory that unnecessary reference to
availability_estimates
, which is dataframe loaded ofResourceFile_Consumables_availability_small.csv
, is not needed afterConsumables
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
?The text was updated successfully, but these errors were encountered: