Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annereinarz authored Jun 18, 2024
1 parent 4b0ab98 commit 72d42e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/emod-abm/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __call__(self, parameters, config):
# remove extra files
self._cleanup()

return [[{float(c:inset_chart['Channels'][c]) for c in ['New Infections', 'Infected', 'Infectious Population', 'Susceptible Population', 'Symptomatic Population', 'Recovered Population', 'Exposed Population']}]]
return [[{float(c):inset_chart['Channels'][c] for c in ['New Infections', 'Infected', 'Infectious Population', 'Susceptible Population', 'Symptomatic Population', 'Recovered Population', 'Exposed Population']}]]

def supports_evaluate(self):
return True
Expand Down

0 comments on commit 72d42e4

Please sign in to comment.