Skip to content

Commit

Permalink
Update test/debug_utils.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Penelope Yong <[email protected]>
  • Loading branch information
torfjelde and penelopeysm authored Nov 12, 2024
1 parent 1b91a72 commit 247f754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debug_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 247f754

Please sign in to comment.