Skip to content

WIP: Support vector interpolation - #32

Draft
DanielVandH wants to merge 3 commits into
mainfrom
vector
Draft

DanielVandH wants to merge 3 commits into
mainfrom
vector

Bad test

f473a31
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 15, 2026 in 1s

95.24% (-2.76%) compared to eb2f856

View this Pull Request on Codecov

95.24% (-2.76%) compared to eb2f856

Details

Codecov Report

❌ Patch coverage is 76.21951% with 39 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.24%. Comparing base (eb2f856) to head (f473a31).
⚠️ Report is 39 commits behind head on main.

Files with missing lines Patch % Lines
src/differentiation/methods/direct.jl 54.16% 11 Missing ⚠️
src/differentiation/methods/iterative.jl 47.61% 11 Missing ⚠️
src/differentiation/differentiate.jl 63.63% 4 Missing ⚠️
src/utils.jl 75.00% 4 Missing ⚠️
src/data_structures/derivative_cache.jl 75.00% 2 Missing ⚠️
src/interpolation/coordinates/sibson.jl 81.81% 2 Missing ⚠️
src/data_structures/interpolant.jl 88.88% 1 Missing ⚠️
src/differentiation/generate.jl 93.33% 1 Missing ⚠️
src/interpolation/coordinates/farin.jl 88.88% 1 Missing ⚠️
src/interpolation/coordinates/hiyoshi.jl 96.15% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
- Coverage   98.00%   95.24%   -2.76%     
==========================================
  Files          22       22              
  Lines        1200     1242      +42     
==========================================
+ Hits         1176     1183       +7     
- Misses         24       59      +35     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.