JuliaDiff / SparseDiffTools.jl

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

move operators tests to group `InterfaceI` #240

Closed vpuri3 closed 1 year ago

vpuri3 commented 1 year ago

move SciMLOps related test to different group.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (c831947) 84.76% compared to head (ee7c050) 84.76%.

:exclamation: Current head ee7c050 differs from pull request most recent head 3423a06. Consider uploading reports for the commit 3423a06 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #240 +/- ## ======================================= Coverage 84.76% 84.76% ======================================= Files 14 14 Lines 952 952 ======================================= Hits 807 807 Misses 145 145 ```

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

vpuri3 commented 1 year ago

@ChrisRackauckas

ChrisRackauckas commented 1 year ago

You missed a few steps, see the completed PR for how this was done.