Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
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
Loading