Skip to content

Commit

Permalink
CompatHelper: bump compat for EvoTrees to 0.16 for package test, (kee…
Browse files Browse the repository at this point in the history
…p existing compat) (#93)

* CompatHelper: bump compat for EvoTrees to 0.16 for package test, (keep existing compat)

* Decrease learning rates

* Increase patch number

* Revert "Decrease learning rates"

This reverts commit 9d18cc0.

* Increase tolerance of check

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Seth Axen <seth@sethaxen.com>
  • Loading branch information
3 people committed Oct 6, 2023
1 parent 2b2f557 commit 65ca347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MCMCDiagnosticTools"
uuid = "be115224-59cd-429b-ad48-344e309966f0"
authors = ["David Widmann", "Seth Axen"]
version = "0.3.6"
version = "0.3.7"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Aqua = "0.6.5, 0.7"
Distributions = "0.25"
DynamicHMC = "3"
EvoTrees = "0.14.7, 0.15"
EvoTrees = "0.14.7, 0.15, 0.16"
FFTW = "1.1"
LogDensityProblems = "0.12, 1, 2"
LogExpFunctions = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion test/rstar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
@test minimum(dist) == 0
@test maximum(dist) == 6
end
@test mean(dist) 1 rtol = 0.2
@test mean(dist) 1 rtol = 0.25
wrapper === Vector && break

# Compute R⋆ statistic for a mixed chain.
Expand Down

0 comments on commit 65ca347

Please sign in to comment.