bigladder / btwxt

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

Major refactoring (breaking changes!) #30

Closed nealkruis closed 1 year ago

nealkruis commented 1 year ago

Major re-write focusing on code organization and naming conventions.

codecov-commenter commented 1 year ago

Codecov Report

Merging #30 (eaeab04) into main (7fe17b5) will decrease coverage by 0.13%. The diff coverage is 85.96%.

@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
- Coverage   86.09%   85.96%   -0.13%     
==========================================
  Files           7        6       -1     
  Lines         453      520      +67     
==========================================
+ Hits          390      447      +57     
- Misses         63       73      +10     
Flag Coverage Δ
integration 85.96% <85.96%> (?)

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

Impacted Files 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%> (ø)
src/regular-grid-interpolator.cpp 92.67% <92.67%> (ø)