We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b91a72 commit 247f754Copy full SHA for 247f754
test/debug_utils.jl
@@ -3,7 +3,7 @@
3
# HACK: Require a model to instantiate it, so let's just grab one.
4
model = first(DynamicPPL.TestUtils.DEMO_MODELS)
5
context = DynamicPPL.DebugUtils.DebugContext(model)
6
- DynamicPPL.TestUtils.test_context(context)
+ DynamicPPL.TestUtils.test_context(context, model)
7
end
8
9
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
0 commit comments