adrhill / SparseConnectivityTracer.jl

Fast operator-overloading Jacobian & Hessian sparsity detection.
MIT License
27 stars 2 forks source link

Refer to `TracerSparsityDetector` as `detector` instead of `method` #191

Closed adrhill closed 2 months ago

adrhill commented 2 months ago

This was previously inconsistent. detector is less ambiguous than method and matches ADTypes.jl's *Detector naming convention.

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 96.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.90%. Comparing base (87f026a) to head (10822de). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
test/test_gradient.jl 66.66% 1 Missing :warning:
test/test_hessian.jl 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #191 +/- ## ======================================= Coverage 91.90% 91.90% ======================================= Files 48 48 Lines 2087 2087 ======================================= Hits 1918 1918 Misses 169 169 ```

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