JuliaArrays / ArrayInterface.jl

Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
https://docs.sciml.ai/ArrayInterface/stable/
MIT License
134 stars 37 forks source link

Fix `to_index` for `CartesianIndices` and `first` for `LazyAxis` #310

Closed wangl-cc closed 2 years ago

wangl-cc commented 2 years ago

Fix #308, #309

codecov[bot] commented 2 years ago

Codecov Report

Merging #310 (6af3483) into master (de94815) will not change coverage. The diff coverage is 50.00%.

@@           Coverage Diff           @@
##           master     #310   +/-   ##
=======================================
  Coverage   91.13%   91.13%           
=======================================
  Files           9        9           
  Lines        1398     1398           
=======================================
  Hits         1274     1274           
  Misses        124      124           
Impacted Files Coverage Δ
src/axes.jl 92.05% <0.00%> (ø)
src/indexing.jl 86.89% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update de94815...6af3483. Read the comment docs.