Skip to content

Commit 0a4e298

Browse files
authored
theta -> flattened_param_vals
1 parent 0e40bd0 commit 0a4e298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sampler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function set_values!!(
150150
flattened_param_vals = varinfo[spl]
151151
length(flattened_param_vals) == length(initial_params) || throw(
152152
DimensionMismatch(
153-
"Provided initial value size ($(length(initial_params))) doesn't match the model size ($(length(theta)))",
153+
"Provided initial value size ($(length(initial_params))) doesn't match the model size ($(length(flattened_param_vals)))",
154154
),
155155
)
156156

0 commit comments

Comments
 (0)