Skip to content

Commit

Permalink
bonus easy test, vaccination should reduce R, and we know the right R
Browse files Browse the repository at this point in the history
  • Loading branch information
afmagee42 committed Dec 4, 2024
1 parent 8e6d602 commit 52500c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ngm.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def test_vax_beta():
current = ngm.get_R(beta=beta, n=n, n_vax=n_vax, ve=ve)
expected = np.array(
[
[10.0 * .2 * .5, 0.1 * .8],
[0.1 * .2 * .5, 1.0 * .8],
[10.0 * .2 * .5, 0.1 * .2 * .5],
[0.1 * .8, 1.0 * .8],
]
)

Expand Down

0 comments on commit 52500c5

Please sign in to comment.