Skip to content

Commit

Permalink
Remove duplicate test introduced in #437 (#438)
Browse files Browse the repository at this point in the history
remove duplicate test
  • Loading branch information
damonbayer authored Sep 10, 2024
1 parent 5e149b1 commit 145ced6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/test_incidence_observed_with_delay.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
jnp.array([0.25, 0.5, 0.25]),
jnp.array([2]),
],
[
jnp.array([1.0]),
jnp.array([0, 2.0, 4.0]),
jnp.array([0.25, 0.5, 0.25]),
jnp.array([2]),
],
],
)
def test(obs_rate, latent_incidence, delay_interval, expected_output):
Expand Down

0 comments on commit 145ced6

Please sign in to comment.