JuliaApproximation / QuasiArrays.jl

A package for representing quasi-arrays
MIT License
12 stars 2 forks source link

== for sub array #73

Closed dlfivefifty closed 2 years ago

dlfivefifty commented 3 years ago

This special cases == to better support the case where views are the same as the parent.

codecov[bot] commented 2 years ago

Codecov Report

Merging #73 (6b18cbc) into master (1088b4f) will increase coverage by 16.42%. The diff coverage is 85.20%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #73       +/-   ##
===========================================
+ Coverage   44.62%   61.04%   +16.42%     
===========================================
  Files          19       21        +2     
  Lines        1293     1625      +332     
===========================================
+ Hits          577      992      +415     
+ Misses        716      633       -83     
Impacted Files Coverage Δ
src/abstractquasiarray.jl 55.37% <ø> (+22.89%) :arrow_up:
src/dense.jl 80.00% <ø> (+80.00%) :arrow_up:
src/quasiconcat.jl 89.74% <60.00%> (-10.26%) :arrow_down:
src/quasiarray.jl 73.61% <62.16%> (-11.01%) :arrow_down:
src/QuasiArrays.jl 69.23% <66.66%> (-0.77%) :arrow_down:
src/multidimensional.jl 25.00% <77.77%> (+4.02%) :arrow_up:
src/quasireducedim.jl 83.33% <83.33%> (ø)
src/lazyquasiarrays.jl 82.30% <87.50%> (+2.68%) :arrow_up:
src/quasifill.jl 87.72% <87.72%> (ø)
src/quasidiagonal.jl 26.04% <90.00%> (+14.67%) :arrow_up:
... and 26 more

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 af487b3...6b18cbc. Read the comment docs.