From e6acb1f24b9890660fba4672a7f28abfce0721c4 Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Fri, 4 Oct 2024 12:11:59 +0100 Subject: [PATCH] Removed unintended change in previous commit --- src/sample.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sample.jl b/src/sample.jl index e339ce3..6e21f18 100644 --- a/src/sample.jl +++ b/src/sample.jl @@ -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 ||