jonniedie / ComponentArrays.jl

Arrays with arbitrarily nested named components.
MIT License
286 stars 34 forks source link

DiffEqFlux Patches #234

Closed avik-pal closed 8 months ago

avik-pal commented 8 months ago
  1. ProjectTo: Protect against Wrapping a ComponentArray into a ComponentArray
  2. Higher Order Derivatives while computing Jacobian of FFJORD (Added a non-lux version of https://github.com/LuxDL/Lux.jl/issues/286)
avik-pal commented 8 months ago

I will look into the test failures

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (d22a56c) 73.33% compared to head (a5d8918) 73.99%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #234 +/- ## ========================================== + Coverage 73.33% 73.99% +0.66% ========================================== Files 23 23 Lines 735 746 +11 ========================================== + Hits 539 552 +13 + Misses 196 194 -2 ```

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

avik-pal commented 8 months ago

This should be good to go from my side