ExponentialAction.jl icon indicating copy to clipboard operation
ExponentialAction.jl copied to clipboard

Support half-precision tolerance

Open sethaxen opened this issue 3 years ago • 1 comments

This PR adds support for computing the action of the exponential at half-precision tolerance. It also ensures that the Taylor parameters are computed using double precision even if the eltype of the array has a much lower precision.

sethaxen avatar Mar 18 '21 01:03 sethaxen

Codecov Report

Merging #6 (6ececce) into main (2579b81) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
+ Coverage   98.59%   98.64%   +0.05%     
==========================================
  Files           5        5              
  Lines          71       74       +3     
==========================================
+ Hits           70       73       +3     
  Misses          1        1              
Impacted Files Coverage Δ
src/coefficients.jl 100.00% <100.00%> (ø)
src/parameters.jl 97.29% <100.00%> (+0.07%) :arrow_up:
src/util.jl 100.00% <100.00%> (ø)

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...6ececce. Read the comment docs.

codecov[bot] avatar Mar 18 '21 01:03 codecov[bot]