oschulz / ValueShapes.jl

Duality of view between named variables and flat vectors in Julia
Other
12 stars 5 forks source link

Zygote support #30

Closed oschulz closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #30 (9a6ea2f) into master (d71a8f0) will decrease coverage by 0.18%. The diff coverage is 85.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   93.11%   92.93%   -0.19%     
==========================================
  Files          12       13       +1     
  Lines         654      679      +25     
==========================================
+ Hits          609      631      +22     
- Misses         45       48       +3     
Impacted Files Coverage Δ
src/ValueShapes.jl 100.00% <ø> (ø)
src/array_shape.jl 95.08% <ø> (-0.08%) :arrow_down:
src/const_value_shape.jl 100.00% <ø> (ø)
src/named_tuple_dist.jl 94.24% <ø> (ø)
src/scalar_shape.jl 96.55% <ø> (-0.12%) :arrow_down:
src/named_tuple_shape.jl 90.78% <83.33%> (-1.13%) :arrow_down:
src/reshaped_dist.jl 100.00% <100.00%> (+4.65%) :arrow_up:
src/value_shape.jl 91.83% <100.00%> (+0.17%) :arrow_up:

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 d71a8f0...9a6ea2f. Read the comment docs.

oschulz commented 3 years ago

CC @jknollm