sethaxen / ExponentialAction.jl

Compute the action of the matrix exponential
MIT License
24 stars 0 forks source link

Support ChainRulesCore v1 #9

Closed sethaxen closed 3 years ago

sethaxen commented 3 years ago

Supersedes #7 and #8

codecov[bot] commented 3 years ago

Codecov Report

Merging #9 (6bff848) into main (2579b81) will increase coverage by 0.21%. The diff coverage is n/a.

:exclamation: Current head 6bff848 differs from pull request most recent head 21d56ca. Consider uploading reports for the commit 21d56ca to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   98.40%   98.61%   +0.21%     
==========================================
  Files           4        4              
  Lines         125       72      -53     
==========================================
- Hits          123       71      -52     
+ Misses          2        1       -1     
Impacted Files Coverage Δ
src/parameters.jl 97.29% <0.00%> (-0.49%) :arrow_down:
src/expv.jl 100.00% <0.00%> (ø)
src/coefficients.jl 100.00% <0.00%> (ø)
src/util.jl 100.00% <0.00%> (+2.43%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2579b81...21d56ca. Read the comment docs.