Skip to content

Commit

Permalink
catch missing test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Jul 10, 2024
1 parent 290a0d9 commit e81a866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end

obs_samples = samples |>
chn -> mapreduce(vcat, generated_quantities(fix_model, chn)) do gen
gen[1]
gen
end

@test isapprox(mean(obs_samples), μ, atol = 0.1) # Test the mean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ end

obs_samples = samples |>
chn -> mapreduce(vcat, generated_quantities(model, chn)) do gen
gen[1]
gen
end

@test isapprox(mean(obs_samples), μ, atol = 0.1) # Test the mean
Expand Down

0 comments on commit e81a866

Please sign in to comment.