Skip to content

Commit 15ceae5

Browse files
torfjeldeyebai
andauthored
Remove reference to removed code in debug-statement (#316)
* Update abstractmcmc.jl * Update Project.toml * Update Project.toml Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> --------- Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
1 parent 967d8a1 commit 15ceae5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/abstractmcmc.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ function AbstractMCMC.step(
199199
nadapts::Int = 0,
200200
kwargs...,
201201
)
202-
# Get step size
203-
@debug "current ϵ" getstepsize(spl, state)
204-
205202
# Compute transition.
206203
i = state.i + 1
207204
t_old = state.transition

0 commit comments

Comments
 (0)