Skip to content

Commit

Permalink
Update test_infant_mort() test in test_demographics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 18, 2024
1 parent abad20e commit 802bf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_demographics.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def test_infant_mort():
mort_rates, infmort_rate = demographics.get_mort(100, 0, 99, graph=False)
# check that infant mortality equals rate hardcoded into
# demographics.py
assert infmort_rate == 0.00477758
assert infmort_rate == 0.00496921


def test_pop_rebin():
Expand Down

0 comments on commit 802bf2e

Please sign in to comment.