Skip to content

Commit

Permalink
Merge branch 'master' into torfjelde/minor-bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde authored Nov 28, 2024
2 parents 90c2df0 + ba6e3b8 commit fda9329
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 @@ -14,7 +14,7 @@
# Check that the trace contains all the variables in the model.
varnames_in_trace = DynamicPPL.DebugUtils.varnames_in_trace(trace)
for vn in DynamicPPL.TestUtils.varnames(model)
@test vn in varnames_in_traces
@test vn in varnames_in_trace
end

# Quick checks for `show` of trace.
Expand Down

0 comments on commit fda9329

Please sign in to comment.