rafaqz / DimensionalData.jl

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

no custom `lookup` for AnonDim #604

Closed rafaqz closed 5 months ago

rafaqz commented 5 months ago

For some reason there was a useless lookup method for AnonDim that returned NoLookup when it actually holds a lookup and the values/length matters

Closes #511

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9247429) 87.03% compared to head (0b83524) 86.65%. Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #604 +/- ## ========================================== - Coverage 87.03% 86.65% -0.39% ========================================== Files 43 40 -3 Lines 3455 3431 -24 ========================================== - Hits 3007 2973 -34 - Misses 448 458 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.