We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3dd21 commit 93a4f1bCopy full SHA for 93a4f1b
src/sample.jl
@@ -544,7 +544,7 @@ check_initial_params(x::Nothing, n::Int) = nothing
544
function check_initial_params(x, n::Int)
545
if length(x) != n
546
throw(
547
- ArgumentError("not enough initial parameters (expected $n, received $(length(x))"),
+ ArgumentError("incorrect number of initial parameters (expected $n, received $(length(x))"),
548
)
549
end
550
0 commit comments