JuliaDecisionFocusedLearning / ImplicitDifferentiation.jl

Automatic differentiation of implicit functions
https://juliadecisionfocusedlearning.github.io/ImplicitDifferentiation.jl/
MIT License
123 stars 6 forks source link

Update ComponentVector compatibility with Zygote #133

Closed sfalmo closed 7 months ago

sfalmo commented 7 months ago

Fix failing test in #132 ComponentVector is now compatible with Zygote.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.34%. Comparing base (74e1a86) to head (f5c9cf1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #133 +/- ## ======================================= Coverage 97.34% 97.34% ======================================= Files 9 9 Lines 188 188 ======================================= Hits 183 183 Misses 5 5 ```

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

gdalle commented 7 months ago

Thanks!