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 d2e2a9bCopy full SHA for d2e2a9b
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("not enough initial parameters (expected $n, received $(length(x))"),
+ ArgumentError(
548
+ "not enough initial parameters (expected $n, received $(length(x))"
549
+ ),
550
)
551
end
552
0 commit comments