Skip to content

Commit e6acb1f

Browse files
committed
Removed unintended change in previous commit
1 parent 295fdc1 commit e6acb1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sample.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ function mcmcsample(
266266
kwargs...,
267267
)
268268
# Check the number of requested samples.
269-
N > 0 || error("the number of samples must be ≥ 1")
270269
discard_initial >= 0 ||
271270
throw(ArgumentError("number of discarded samples must be non-negative"))
272271
num_warmup >= 0 ||

0 commit comments

Comments
 (0)