Skip to content

Commit

Permalink
if pass imm rates, need to infer pop
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Feb 16, 2024
1 parent 8b522d8 commit 884c3fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_demographics.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def test_custom_series():
final_data_year=start_year + 1,
GraphDiag=False,
imm_rates=imm_rates,
infer_pop=True
)
assert np.allclose(pop_dict["imm_rates"][0, :], imm_rates[0, E:])

Expand Down

0 comments on commit 884c3fb

Please sign in to comment.