From 5519a83d4b9ca3bf17b1c8a21beca01c2fdda9a6 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Tue, 5 Nov 2024 14:10:47 +0100 Subject: [PATCH] added test/debug_utils.jl to test/runtests.jl --- test/runtests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 099c96f78..a832a0f08 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -61,6 +61,8 @@ include("test_util.jl") include("pointwise_logdensities.jl") include("lkj.jl") + + include("debug_utils.jl") end @testset "compat" begin