Skip to content

Commit

Permalink
Fixed test_infant_mort()
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Apr 13, 2024
1 parent 8c96e6b commit e3ac418
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 @@ -260,7 +260,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.00491958
assert infmort_rate == 0.00477758


def test_pop_rebin():
Expand Down

0 comments on commit e3ac418

Please sign in to comment.