We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2344689 commit ba6e3b8Copy full SHA for ba6e3b8
test/debug_utils.jl
@@ -14,7 +14,7 @@
14
# Check that the trace contains all the variables in the model.
15
varnames_in_trace = DynamicPPL.DebugUtils.varnames_in_trace(trace)
16
for vn in DynamicPPL.TestUtils.varnames(model)
17
- @test vn in varnames_in_traces
+ @test vn in varnames_in_trace
18
end
19
20
# Quick checks for `show` of trace.
0 commit comments