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.
2 parents 93a4f1b + d2e2a9b commit 95d8bfbCopy full SHA for 95d8bfb
src/sample.jl
@@ -544,7 +544,9 @@ 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("incorrect number of initial parameters (expected $n, received $(length(x))"),
+ ArgumentError(
548
+ "incorrect number of initial parameters (expected $n, received $(length(x))"
549
+ ),
550
)
551
end
552
0 commit comments