Skip to content

Commit

Permalink
Remove reference to removed code in debug-statement (#316)
Browse files Browse the repository at this point in the history
* Update abstractmcmc.jl

* Update Project.toml

* Update Project.toml

Co-authored-by: Hong Ge <[email protected]>

---------

Co-authored-by: Hong Ge <[email protected]>
  • Loading branch information
torfjelde and yebai authored Feb 14, 2023
1 parent 967d8a1 commit 15ceae5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/abstractmcmc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ function AbstractMCMC.step(
nadapts::Int = 0,
kwargs...,
)
# Get step size
@debug "current ϵ" getstepsize(spl, state)

# Compute transition.
i = state.i + 1
t_old = state.transition
Expand Down

2 comments on commit 15ceae5

@yebai
Copy link
Member

@yebai yebai commented on 15ceae5 Feb 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/77853

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.3 -m "<description of version>" 15ceae59eb051f852c5cdf69ea6036ac6fb5a5e8
git push origin v0.4.3

Please sign in to comment.