Skip to content

Commit

Permalink
Relaxed on test slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Sep 25, 2024
1 parent 5181f80 commit 1e0384d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/abstractmcmc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@

# Check that means are roughly okay.
params_resolved = map(first MCMCTempering.getparams, transitions_resolved_inner)
@test vec(mean(params_resolved; dims=2)) [5.0, 5.0] atol = 0.3
@test vec(mean(params_resolved; dims=2)) [5.0, 5.0] atol = 0.4

# A composition of `SwapSampler` and `MultiSampler` has special `AbstractMCMC.bundle_samples`.
@testset "bundle_samples with Vector" begin
Expand Down

0 comments on commit 1e0384d

Please sign in to comment.