eljungsk / ScatteredInterpolation.jl

Interpolation of scattered data
Other
21 stars 10 forks source link

Pull request/c5f6d97e #2

Closed MrUrq closed 6 years ago

MrUrq commented 6 years ago

Optional argument to export the RBF matrix A. Tests added for the new functionality. Documentation updated and suggested style change for optional argument added.

codecov-io commented 6 years ago

Codecov Report

Merging #2 into master will increase coverage by 0.14%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage   96.15%   96.29%   +0.14%     
==========================================
  Files           4        4              
  Lines          52       54       +2     
==========================================
+ Hits           50       52       +2     
  Misses          2        2
Impacted Files Coverage Δ
src/ScatteredInterpolation.jl 100% <ø> (ø) :arrow_up:
src/rbf.jl 100% <100%> (ø) :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 8fb610a...91fd30c. Read the comment docs.

eljungsk commented 6 years ago

Superseded by #4.