You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the specializations introduced in #22 didn't quite solve the issues of "incorrect" hits to immutable setindex!.
Atm it's a bit unclear to me if this is a BangBang.jl issue or if it's a ReverseDiff.jl issue. Specifically, is setindex! supposed to be allowed for promote_typeor whenever convert is available. Posting here for now.
It seems the specializations introduced in #22 didn't quite solve the issues of "incorrect" hits to immutable
setindex!
.Atm it's a bit unclear to me if this is a BangBang.jl issue or if it's a ReverseDiff.jl issue. Specifically, is
setindex!
supposed to be allowed forpromote_type
or wheneverconvert
is available. Posting here for now.Ref: TuringLang/DynamicPPL.jl#612
The text was updated successfully, but these errors were encountered: