From 247f75465be515ca6c7bcb16fb5b3b4f32e9b20b Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Tue, 12 Nov 2024 10:17:30 +0100 Subject: [PATCH] Update test/debug_utils.jl Co-authored-by: Penelope Yong --- test/debug_utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/debug_utils.jl b/test/debug_utils.jl index 0152282b7..a7a9f7b71 100644 --- a/test/debug_utils.jl +++ b/test/debug_utils.jl @@ -3,7 +3,7 @@ # HACK: Require a model to instantiate it, so let's just grab one. model = first(DynamicPPL.TestUtils.DEMO_MODELS) context = DynamicPPL.DebugUtils.DebugContext(model) - DynamicPPL.TestUtils.test_context(context) + DynamicPPL.TestUtils.test_context(context, model) end @testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS