davidavdav / NamedArrays.jl

Julia type that implements a drop-in replacement of Array with named dimensions
Other
118 stars 20 forks source link

filter! does not work on NamedArrays #89

Closed bkamins closed 1 month ago

bkamins commented 4 years ago

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 commented 6 months ago

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