JuliaDiff / SparseDiffTools.jl

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

Load Zygote in extension by checking for julia <1.9 support #250

Closed Vaibhavdixit02 closed 1 year ago

Vaibhavdixit02 commented 1 year ago

Should fix #248

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.40 :tada:

Comparison is base (3bd40df) 85.18% compared to head (0e98c8f) 85.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #250 +/- ## ========================================== + Coverage 85.18% 85.58% +0.40% ========================================== Files 14 14 Lines 992 992 ========================================== + Hits 845 849 +4 + Misses 147 143 -4 ``` | [Impacted Files](https://app.codecov.io/gh/JuliaDiff/SparseDiffTools.jl/pull/250?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDiff) | Coverage Δ | | |---|---|---| | [ext/SparseDiffToolsZygoteExt.jl](https://app.codecov.io/gh/JuliaDiff/SparseDiffTools.jl/pull/250?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDiff#diff-ZXh0L1NwYXJzZURpZmZUb29sc1p5Z290ZUV4dC5qbA==) | `96.66% <ø> (ø)` | | | [src/SparseDiffTools.jl](https://app.codecov.io/gh/JuliaDiff/SparseDiffTools.jl/pull/250?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDiff#diff-c3JjL1NwYXJzZURpZmZUb29scy5qbA==) | `75.00% <0.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/JuliaDiff/SparseDiffTools.jl/pull/250/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaDiff)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.