JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
237 stars 41 forks source link

Add PolyesterForwardDiff Support #281

Closed avik-pal closed 5 months ago

avik-pal commented 5 months ago

For the colored AD we fallback to regular ForwardDiff.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (4ad919a) 85.93% compared to head (9ccbe30) 83.02%. Report is 2 commits behind head on master.

Files Patch % Lines
ext/SparseDiffToolsPolyesterForwardDiffExt.jl 53.12% 15 Missing :warning:
src/highlevel/common.jl 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #281 +/- ## ========================================== - Coverage 85.93% 83.02% -2.91% ========================================== Files 22 23 +1 Lines 1358 1426 +68 ========================================== + Hits 1167 1184 +17 - Misses 191 242 +51 ```

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

avik-pal commented 5 months ago

Wait for https://github.com/JuliaDiff/SparseDiffTools.jl/pull/282

avik-pal commented 5 months ago

This is ready to be merged on my end.