Skip to content

Commit

Permalink
Merge branch 'main' into reduce_storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Oct 25, 2024
2 parents 4811186 + 65c5646 commit 225c8c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ LogDensityProblems = "2.1.0"
LogDensityProblemsAD = "1.7.0"
MCMCChains = "6.0.2"
Optim = "1.7.2"
Optimization = "3.16.0"
OptimizationOptimJL = "0.1.7, 0.2, 0.3"
Optimization = "3.16.0, 4"
OptimizationOptimJL = "0.1.7, 0.2, 0.3, 0.4"
PDMats = "0.11.26"
PSIS = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
ProgressLogging = "0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/AdvancedHMC/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function mean_and_mcse(θs)
return ms, ses
end

function compare_estimates(xs1, xs2, α=0.05)
function compare_estimates(xs1, xs2, α=0.01)
nparams = length(first(xs1))
α /= nparams # bonferroni correction
p = α / 2
Expand Down
2 changes: 1 addition & 1 deletion test/integration/DynamicHMC/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function mean_and_mcse(θs)
return ms, ses
end

function compare_estimates(xs1, xs2, α=0.05)
function compare_estimates(xs1, xs2, α=0.01)
nparams = first(size(xs1))
α /= nparams # bonferroni correction
p = α / 2
Expand Down

0 comments on commit 225c8c9

Please sign in to comment.