From ca97fe1cc6195e23994f2734741d87e192df219d Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 18 Mar 2025 16:04:45 +0000 Subject: [PATCH 1/2] Rebalance tests --- test/runtests.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 783a1170d..3473d5594 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -62,14 +62,14 @@ include("test_util.jl") include("serialization.jl") include("pointwise_logdensities.jl") include("lkj.jl") - include("deprecated.jl") - end - - if GROUP == "All" || GROUP == "Group2" include("contexts.jl") include("context_implementations.jl") include("threadsafe.jl") include("debug_utils.jl") + include("deprecated.jl") + end + + if GROUP == "All" || GROUP == "Group2" @testset "compat" begin include(joinpath("compat", "ad.jl")) end From 462fbc0617edea52b08644912db91a3df736c5d0 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 18 Mar 2025 16:04:49 +0000 Subject: [PATCH 2/2] Format benchmarks/README.md --- benchmarks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index 68287ade4..35cb8c0bf 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -2,4 +2,4 @@ To run the benchmarks, run this from the root directory of the repository: ```sh julia --project=benchmarks benchmarks/benchmarks.jl -``` \ No newline at end of file +```