CodeForPhilly / chime

COVID-19 Hospital Impact Model for Epidemics
https://codeforphilly.github.io/chime/
MIT License
205 stars 151 forks source link

#366 Update to Model Parameters #558

Open gauribapat opened 4 years ago

gauribapat commented 4 years ago

https://github.com/CodeForPhilly/chime/issues/336

Changelog entry

Modified the front end so that the user enters in ICU%total_hosp and Vent%totalCC instead of ICU%total_infected and Vent%total_infected, respectively. Modified backend to so that the Parameters data class can still have member variables CU%total_infected and Vent%total_infected, as per the equations given in the original issue report.

Additional info


Pull Request Checklist

For Reviewer