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 9b38be4 commit b93e581Copy full SHA for b93e581
ext/DynamicPPLTestExt/contexts.jl
@@ -24,7 +24,9 @@ end
24
function DynamicPPL.TestUtils.TestLogModifyingChildContext(
25
mod=1.2, context::DynamicPPL.AbstractContext=DynamicPPL.DefaultContext()
26
)
27
- return DynamicPPL.TestUtils.TestLogModifyingChildContext{typeof(mod),typeof(context)}(mod, context)
+ return DynamicPPL.TestUtils.TestLogModifyingChildContext{typeof(mod),typeof(context)}(
28
+ mod, context
29
+ )
30
end
31
32
DynamicPPL.NodeTrait(::DynamicPPL.TestUtils.TestLogModifyingChildContext) = DynamicPPL.IsParent()
0 commit comments