-
Notifications
You must be signed in to change notification settings - Fork 6
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
Create model_inputs_demo.xlsx #219
Conversation
@BHagedorn-IDM : first question. The
But is this what you intended? |
@BHagedorn-IDM : next problem. The scenario fields DeliveryModel and Geography_dontedit are not present. As things stand I propose the following:
|
@BHagedorn-IDM : We have an oops. The sheet_PopValues column actually refers to the population rates sheet, not the population demographics sheet. This configuration fails because the rates sheet is actually called PopValues. But going back to an earlier comment on this PR ... I wonder whether this happened because you were expecting (reasonably!) that the Scenario sheet would have a column for the starting population demographics. As mentioned above, the starting population demographics can be set in script code ( |
@BHagedorn-IDM : another problem/challenge. The SeasonalityCurves table should be the other way round. There are several reasons:
Obviously this would be a breaking change, so I'm not going to do anything until we make a considered decision. |
@BHagedorn-IDM : Another one ... has the time come to completely remove FTERatio as a computation type? The FTERatio column isn't in the model_inputs_demo spreadsheet. I can either remove the code that depends on it, or keep the code but make the FTERatio column optional. (Or you can add it to the demo Task Values sheet, but I'm guessing that's not what you really want.) |
PR #243 addresses the challenges listed above.
|
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.
See previous comment:
The Scenario field sheet_PopValues needs to be corrected in the spreadsheet to point to population rates sheets, not population numbers sheets.
@celiot-IDM : Thank you for suggesting change the SeasonalityCurves table to the other way around. That makes a lot of sense. I created new issue #245 for this breaking change. |
Edited sheet_PopValues column on scenarios tab to point to PopValues.
Fixes to Scenarios/sheet_PopValues confirmed. |
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.
New version is OK.
This is the file that we will use for training purposes and I will use for my working videos.