Skip to content

Commit

Permalink
Fix typo (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm authored Nov 28, 2024
1 parent 2344689 commit ba6e3b8
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 ba6e3b8

Please sign in to comment.