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 0e40bd0 commit 0a4e298Copy full SHA for 0a4e298
src/sampler.jl
@@ -150,7 +150,7 @@ function set_values!!(
150
flattened_param_vals = varinfo[spl]
151
length(flattened_param_vals) == length(initial_params) || throw(
152
DimensionMismatch(
153
- "Provided initial value size ($(length(initial_params))) doesn't match the model size ($(length(theta)))",
+ "Provided initial value size ($(length(initial_params))) doesn't match the model size ($(length(flattened_param_vals)))",
154
),
155
)
156
0 commit comments