JuliaData / SplitApplyCombine.jl

Split-apply-combine strategies for Julia
Other
144 stars 15 forks source link

Fix invert for multidimensional arrays #15

Closed andyferris closed 5 years ago

andyferris commented 5 years ago

Fixes #14

codecov-io commented 5 years ago

Codecov Report

Merging #15 into master will decrease coverage by 41.44%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #15       +/-   ##
===========================================
- Coverage   97.89%   56.44%   -41.45%     
===========================================
  Files           9       10        +1     
  Lines         237      411      +174     
===========================================
  Hits          232      232               
- Misses          5      179      +174
Impacted Files Coverage Δ
src/invert.jl 67.67% <0%> (-30.86%) :arrow_down:
src/innerjoin.jl 29.16% <0%> (-64.17%) :arrow_down:
src/leftgroupjoin.jl 43.75% <0%> (-56.25%) :arrow_down:
src/group.jl 48.75% <0%> (-51.25%) :arrow_down:
src/combinedims.jl 52.17% <0%> (-47.83%) :arrow_down:
src/map.jl 60.71% <0%> (-39.29%) :arrow_down:
src/product.jl 70.83% <0%> (-23.62%) :arrow_down:
src/splitdims.jl 72% <0%> (-22.74%) :arrow_down:
src/single.jl 90% <0%> (-10%) :arrow_down:
... and 1 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 529ced1...07f2755. Read the comment docs.