Skip to content

Commit

Permalink
Removed unintended change in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Oct 4, 2024
1 parent 295fdc1 commit e6acb1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sample.jl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ function mcmcsample(
kwargs...,
)
# Check the number of requested samples.
N > 0 || error("the number of samples must be ≥ 1")
discard_initial >= 0 ||
throw(ArgumentError("number of discarded samples must be non-negative"))
num_warmup >= 0 ||
Expand Down

0 comments on commit e6acb1f

Please sign in to comment.