From 001e29205b9c9581fa4c0efdcf0c79868a5693e8 Mon Sep 17 00:00:00 2001 From: "Dylan H. Morris" Date: Sat, 18 Jan 2025 11:38:04 -0500 Subject: [PATCH] Update test --- tests/test_LatentInfectionProcess.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_LatentInfectionProcess.py b/tests/test_LatentInfectionProcess.py index 40dd192..695fe91 100644 --- a/tests/test_LatentInfectionProcess.py +++ b/tests/test_LatentInfectionProcess.py @@ -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, @@ -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