Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Jan 18, 2025
1 parent 0d03fd0 commit 001e292
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_LatentInfectionProcess.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def test_LatentInfectionProcess():
infection_feedback_strength_rv = DeterministicVariable("inf_feedback", -2)
n_initialization_points = 10
n_days_post_init = 14
n_weeks_post_init = 2

my_latent_infection_model = LatentInfectionProcess(
i0_first_obs_n_rv=i0_first_obs_n_rv,
Expand All @@ -50,8 +49,7 @@ def test_LatentInfectionProcess():

with numpyro.handlers.seed(rng_seed=223):
latent_inf_w_hierarchical_effects = my_latent_infection_model(
n_days_post_init=n_days_post_init,
n_weeks_post_init=n_weeks_post_init,
n_days_post_init=n_days_post_init
)

# Calculate latent infections without hierarchical dynamics
Expand Down

0 comments on commit 001e292

Please sign in to comment.