JuliaApproximation / QuasiArrays.jl

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

Support BroadcastLayout multiplication #68

Closed dlfivefifty closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #68 (4e02829) into master (6f845d5) will increase coverage by 5.56%. The diff coverage is 88.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   55.19%   60.76%   +5.56%     
==========================================
  Files          20       21       +1     
  Lines        1616     1616              
==========================================
+ Hits          892      982      +90     
+ Misses        724      634      -90     
Impacted Files Coverage Δ
src/QuasiArrays.jl 64.28% <ø> (ø)
src/abstractquasiarray.jl 55.37% <ø> (+18.72%) :arrow_up:
src/quasireducedim.jl 83.33% <83.33%> (ø)
src/indices.jl 50.73% <100.00%> (+1.10%) :arrow_up:
src/lazyquasiarrays.jl 82.30% <100.00%> (+0.48%) :arrow_up:
src/matmul.jl 60.27% <100.00%> (+1.70%) :arrow_up:
src/quasiarray.jl 73.61% <100.00%> (+4.49%) :arrow_up:
src/quasibroadcast.jl 63.95% <100.00%> (+7.00%) :arrow_up:
src/subquasiarray.jl 60.38% <0.00%> (+0.64%) :arrow_up:
... and 4 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 6f845d5...4e02829. Read the comment docs.