Open sritchie opened 7 months ago
Attention: Patch coverage is 47.22222%
with 38 lines
in your changes are missing coverage. Please review.
Project coverage is 87.47%. Comparing base (
bd47efd
) to head (910a669
).
Files | Patch % | Lines |
---|---|---|
src/emmy/calculus/derivative.cljc | 47.22% | 36 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
->partials
andextract
so we can remove thereplace-tag
impl inCompleted
fully, that should never leak out anyway... would be great if that worked.extract-primal
with support for supplying a tagextract-tangents
with a continuation function to accomplish what I need to? does that get me thecompleted
map that I need? that would be great, because then the same mechanism keeps outputs extensible and I only need to switch on the inputs, just like we do inderivative
... I don't think so :(mode
argument