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 072ed04 commit c90f80aCopy full SHA for c90f80a
src/sampler.jl
@@ -203,8 +203,8 @@ function set_values!!(
203
if subsumes(vn, vv)
204
throw(
205
ArgumentError(
206
- "The current model does not contain variable $v, but there's ($vv) in the model. " *
207
- "Using NamedTuple for initial_params is not supported for this model. " *
+ "The current model contains sub-variables of $v, such as ($vv). " *
+ "Using NamedTuple for initial_params is not supported in such a case. " *
208
"Please use AbstractVector for initial_params instead of NamedTuple.",
209
),
210
)
0 commit comments