-
Notifications
You must be signed in to change notification settings - Fork 0
Default Plot, Targets, And Selections #92
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
Conversation
|
Fixed via b1da630 |
damonbayer
left a comment
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.
Thanks @AFg6K7h4fhy2!
For the full scope of this PR, please refer to issue #75 .
Specifically, this PR adds:
Allunderneath the model selectbox that selects all models.Noneunderneath the model selectbox that de-selects all models._cut_observed_to_forecastthat truncates the observations to beextra_weekslonger than the minimum forecast date.Somewhat out-of-scope but still useful, this PR also adds:
target_selection_uiandmodel_selection_uiin place ofmodel_and_target_selection_ui, to keep the code more organized and atomic; corresponding updates have been made inmain.location_selection_uiandreference_date_selection_uiin place oflocation_and_reference_data_ui, again to keep the code more organized and atomic; corresponding updates have been made inmain.