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 907d24f commit 07946a7Copy full SHA for 07946a7
src/test_utils/contexts.jl
@@ -59,7 +59,7 @@ end
59
function test_parent_context(context::DynamicPPL.AbstractContext, model::DynamicPPL.Model)
60
@test DynamicPPL.NodeTrait(context) isa DynamicPPL.IsParent
61
62
- @testset "{set,}{leaf,child}context" begin
+ @testset "get/set leaf and child contexts" begin
63
# Ensure we're using a different leaf context than the current.
64
leafcontext_new = if DynamicPPL.leafcontext(context) isa DefaultContext
65
DynamicPPL.DynamicTransformationContext{false}()
0 commit comments