-
Notifications
You must be signed in to change notification settings - Fork 2
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
Change mortality input file to be compatible with new format #74
Conversation
Codecov Report
@@ Coverage Diff @@
## dscim-v0.4.0 #74 +/- ##
================================================
- Coverage 40.35% 40.11% -0.24%
================================================
Files 18 17 -1
Lines 1846 1857 +11
================================================
Hits 745 745
- Misses 1101 1112 +11
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
else: | ||
raise ValueError("Mortality version not valid: ", str(mortality_version)) | ||
|
||
# We set 0 population to infinity so that per capita damages are 0 in locations with 0 population |
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.
@JMGilbert @davidrzhdu based on convo today it sounds like we should implement this for other sector inputs if we don't already
Change output of
prep_mortality_damages
to work with the new format of mortality valued projection system outputs.