We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1533a8 commit 231d6e2Copy full SHA for 231d6e2
src/Turing.jl
@@ -39,8 +39,6 @@ function setprogress!(progress::Bool)
39
@info "[Turing]: progress logging is $(progress ? "enabled" : "disabled") globally"
40
PROGRESS[] = progress
41
AbstractMCMC.setprogress!(progress; silent=true)
42
- # TODO: `AdvancedVI.turnprogress` is removed in AdvancedVI v0.3
43
- AdvancedVI.turnprogress(progress)
44
return progress
45
end
46
0 commit comments