Skip to content

Commit 694aa60

Browse files
committed
Fix another test
1 parent c795e58 commit 694aa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mcmc/gibbs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ end
295295
vi::T
296296
end
297297

298-
Turing.Inference.varinfo(state::VarInfoState) = state.vi
298+
Turing.Inference.get_varinfo(state::VarInfoState) = state.vi
299299
function Turing.Inference.setparams_varinfo!!(
300300
::DynamicPPL.Model,
301301
::DynamicPPL.Sampler,

0 commit comments

Comments
 (0)