Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter! does not work on NamedArrays #89

Closed
bkamins opened this issue May 11, 2020 · 1 comment
Closed

filter! does not work on NamedArrays #89

bkamins opened this issue May 11, 2020 · 1 comment

Comments

@bkamins
Copy link

bkamins commented May 11, 2020

Only filter works.

The printed error is:

ERROR: MethodError: no method matching deleteat!(::NamedArrays.NamedArray{Int64,1,Array{Int64,1},Tuple{OrderedCollections.OrderedDict{Int64,Int64}}}, ::UnitRange{Int64})
@davidavdav
Copy link
Owner

I suppose these methods were introduced in base after this package was written. It should not be hard to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants