Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed May 20, 2024
1 parent 81b3180 commit 1d99757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using LinearAlgebra
chains, lprobs, pdist = RunDIME(LogProb, initchain, niter, progress=false)
sample = chains[end-Int(niter/4):end,:,1][:]

tval = 1.724633506129376
tval = 1.7107162256490667
@test isapprox(median(sample), tval)

# check if also runs with progress and DE-MCMC only
Expand Down

0 comments on commit 1d99757

Please sign in to comment.