From 65ca3471b92392d70f8484f5a6e41f1b73aedd11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:53:04 +0200 Subject: [PATCH] CompatHelper: bump compat for EvoTrees to 0.16 for package test, (keep 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 9d18cc02bbaa3372a576e69868b1c8e4cf635686. * Increase tolerance of check --------- Co-authored-by: CompatHelper Julia Co-authored-by: Seth Axen --- Project.toml | 2 +- test/Project.toml | 2 +- test/rstar.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 5a6690dd..f0728f8f 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/test/Project.toml b/test/Project.toml index d1674c81..cb3226d8 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -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" diff --git a/test/rstar.jl b/test/rstar.jl index 1550c38b..05f58b00 100644 --- a/test/rstar.jl +++ b/test/rstar.jl @@ -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.