Closed sritchie closed 3 months ago
Attention: Patch coverage is 76.92308%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 87.40%. Comparing base (
622ba21
) to head (9ad363b
).
Files | Patch % | Lines |
---|---|---|
src/emmy/dual.cljc | 33.33% | 0 Missing and 2 partials :warning: |
src/emmy/calculus/derivative.cljc | 85.71% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
170:
changes
D
andpartial
to use reverse mode automatic differentiation by default, and fixes all associated testsadds
emmy.generic/{zero?,one?,identity?}
implementations (all false) toemmy.tape/Completed
, in case some collection type tries to simplify these during reverse-mode AD