bigladder / btwxt

N-dimensional grid interpolation library
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

Add methodology documentation #32

Closed spahrenk closed 1 year ago

spahrenk commented 1 year ago

Description

Author Progress Checklist:

Reviewer Checklist:

codecov-commenter commented 1 year ago

Codecov Report

Merging #32 (07cffb7) into main (9bab8ed) will increase coverage by 3.40%. Report is 51 commits behind head on main. The diff coverage is 85.93%.

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   82.56%   85.96%   +3.40%     
==========================================
  Files           5        6       +1     
  Lines         453      520      +67     
==========================================
+ Hits          374      447      +73     
+ Misses         79       73       -6     
Flag Coverage Δ
integration 85.96% <85.93%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
include/btwxt/grid-axis.h 0.00% <0.00%> (ø)
include/btwxt/grid-point-data.h 0.00% <0.00%> (ø)
include/btwxt/logging.h 0.00% <0.00%> (ø)
src/regular-grid-interpolator-implementation.h 13.79% <13.79%> (ø)
src/grid-axis.cpp 85.33% <85.33%> (-8.00%) :arrow_down:
src/regular-grid-interpolator.cpp 92.67% <92.65%> (+5.93%) :arrow_up:
spahrenk commented 1 year ago

Curve colors had been reversed in the most recent commit. An attempt was made to correct this.

spahrenk commented 1 year ago

Replaced actual slopes with estimated slope son cubic figure.