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 35432c0 commit f330d59Copy full SHA for f330d59
src/fasteval.jl
@@ -122,9 +122,7 @@ function DynamicPPL.get_param_eltype(
122
if leaf_ctx isa FastEvalVectorContext
123
return eltype(leaf_ctx.params)
124
elseif leaf_ctx isa InitContext{<:Any,<:InitFromParams}
125
- eltype = DynamicPPL.infer_nested_eltype(leaf_ctx.strategy.params)
126
- @info "Inferring parameter eltype as $eltype from InitContext"
127
- return eltype
+ return DynamicPPL.infer_nested_eltype(leaf_ctx.strategy.params)
128
else
129
error(
130
"OnlyAccsVarInfo can only be used with FastEval contexts, found $(typeof(leaf_ctx))",
0 commit comments