Skip to content

Commit c71c14b

Browse files
committed
revert unneeded changes
1 parent 36713e1 commit c71c14b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/essential/container.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ using Turing
2020
@testset "constructor" begin
2121
vi = DynamicPPL.VarInfo()
2222
vi = DynamicPPL.setacc!!(vi, Turing.Inference.ProduceLogLikelihoodAccumulator())
23-
spl = Sampler(PG(10))
23+
sampler = Sampler(PG(10))
2424
model = test()
25-
trace = AdvancedPS.Trace(model, spl, vi, AdvancedPS.TracedRNG())
25+
trace = AdvancedPS.Trace(model, sampler, vi, AdvancedPS.TracedRNG())
2626

2727
# Make sure the backreference from taped_globals to the trace is in place.
2828
@test trace.model.ctask.taped_globals.other === trace

0 commit comments

Comments
 (0)