-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A whole bunch of fixes #80
Conversation
currently you can change the data and it will change the projected admissions plot before running the model again
this avoids the issue of the predictions plot being rebuilt from a change in the data but no results
giving up on aligning axes at this point
just need to fix what happens when the quantiles are the same
This also addresses #81 and will probably close #78 seeing as @thibautjombart was the one who had reservations about the colour scheme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me. Added a small change to the text for displaying the table, to state this is bed occupancy. I don't think we need to add an option for a table of admissions (or maybe on the todo list for later), mostly in the interest of a timely release / submission.
Just put together the additional text for the app (please review), branching process, halving time, and put some new defaults in based on other work. Most of this has been in
origin/incidence_plot
for a while.Have also just fixed some issues where no cases led to an error rather than to a zero.
This addresses and probably closes #43 #49 #56 #58 #71 #73 #74 #75 #76