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
Is there a reason why we need this implementation? (It's actually not clear to me where Gen._from_array(::Vector, ::Vector, ::Type) is even used elsewhere in the code.)
For example, we can fill a nested choicemap from an array:
but the implementation of
_from_array
for vectors doesn't recursively call_from_array
on its elements:The text was updated successfully, but these errors were encountered: