Skip to content

Commit

Permalink
fixed test for sub processes/models
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Feb 21, 2024
1 parent 349d444 commit 9866027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EpiAware/test/test_latent-processes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@testitem "Testing random_walk against theoretical properties" begin
using DynamicPPL, Turing
n = 5
model = random_walk(n)
model = EpiAware.random_walk(n)
fixed_model = fix(model, (σ²_RW = 1.0, init_rw_value = 0.0)) #Fixing the standard deviation of the random walk process
n_samples = 1000
samples_day_5 =
Expand Down
2 changes: 1 addition & 1 deletion EpiAware/test/test_observation-processes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
observation_process_priors = default_delay_obs_priors()

# Call the function
mdl = delay_observations(
mdl = EpiAware.delay_observations(
missing,
I_t,
epimodel;
Expand Down

0 comments on commit 9866027

Please sign in to comment.