Skip to content

Commit

Permalink
Merge branch 'master' into torfjelde/determine-varinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde authored Nov 28, 2024
2 parents a94dbd5 + ba6e3b8 commit 67723d6
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 67723d6

Please sign in to comment.