rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
262 stars 38 forks source link

contains checks if index is valid #691

Closed tiemvanderdeure closed 2 months ago

tiemvanderdeure commented 2 months ago

fixes a bug where contains throws an error if sel is not in l , even when err is set to false.