Fix Daubechies derivative scaling and complete coverage - #1455
Conversation
Exercise explicit refinements, absolute-error mode, interior derivatives, and the Haar wavelet. Remove obsolete interpolators and migrate the remaining example to matched_holder_aos. Correct missing grid-spacing factors in cardinal quintic and septic derivatives, including septic node evaluation. Add cubic-polynomial regressions for both data layouts and non-unit grid spacing. Fixes #1101
|
@mborland : Would you mind spending a few of you claude credits reviewing this? It appears I had missed some major scale factors here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1455 +/- ##
=========================================
Coverage 95.41% 95.42%
=========================================
Files 831 831
Lines 69588 69693 +105
=========================================
+ Hits 66400 66506 +106
+ Misses 3188 3187 -1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Seems like it's good:
|
|
Build failure is this: |

Exercise explicit refinements, absolute-error mode, interior derivatives, and the Haar wavelet. Remove obsolete interpolators and migrate the remaining example to matched_holder_aos.
Correct missing grid-spacing factors in cardinal quintic and septic derivatives, including septic node evaluation. Add cubic-polynomial regressions for both data layouts and non-unit grid spacing.
Fixes #1101