We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deaths has:
if isinstance(death_rate, ss.TimePar): factor = self.t.dt # TODO: figure out why this isn't 1.0 else: factor = ss.time_ratio(unit1=self.t.unit, dt1=self.t.dt, unit2='year', dt2=1.0)
But this appears to be an error. The factor should be 1.0 as in Births if using unit-away rates, which is on this codepath.
Births
The text was updated successfully, but these errors were encountered:
Addressing #821
deb6dfb
Fixing #821 changes baselines!
16c1f35
Should add a test asserting birth and death rates
Sorry, something went wrong.
daniel-klein
No branches or pull requests
Deaths has:
But this appears to be an error. The factor should be 1.0 as in
Births
if using unit-away rates, which is on this codepath.The text was updated successfully, but these errors were encountered: