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
Indexing a NamedArray with a different type than used to create the names dict results in a error.
For example, creating a NamedArray with SubStrings (or any WeakRefString) and indexing with a String
Dict allows indexing with other keys as long as it has a suitable hash and isequal method
The text was updated successfully, but these errors were encountered:
tomhaber
added a commit
to tomhaber/NamedArrays.jl
that referenced
this issue
Oct 2, 2021
Indexing a NamedArray with a different type than used to create the names dict results in a error.
For example, creating a NamedArray with SubStrings (or any WeakRefString) and indexing with a String
Dict allows indexing with other keys as long as it has a suitable
hash
andisequal
methodThe text was updated successfully, but these errors were encountered: