JuliaDiff / AbstractDifferentiation.jl

An abstract interface for automatic differentiation.
https://juliadiff.org/AbstractDifferentiation.jl/
MIT License
135 stars 18 forks source link

Fix docstring for `value_and_pullback_function` #125

Closed gdalle closed 8 months ago

gdalle commented 8 months ago

Fix the docstring of value_and_pullback_function to solve #124 and #119

Clarify that

Name some anonymous functions in the process to make the code more readable

codecov[bot] commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (211b675) 82.94% compared to head (5ef52c2) 82.55%.

Files Patch % Lines
src/AbstractDifferentiation.jl 88.88% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #125 +/- ## ========================================== - Coverage 82.94% 82.55% -0.39% ========================================== Files 8 8 Lines 428 430 +2 ========================================== Hits 355 355 - Misses 73 75 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.