Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Interpolation overhaul #1203

Open
wants to merge 97 commits into
base: master
Choose a base branch
from

Merge remote-tracking branch 'upstream/master' into map_coordinates

18f4329
Select commit
Loading
Failed to load commit list.
Open

[WIP] Interpolation overhaul #1203

Merge remote-tracking branch 'upstream/master' into map_coordinates
18f4329
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project failed Jul 19, 2023 in 0s

72.01% (-0.54%) compared to 2209109

View this Pull Request on Codecov

72.01% (-0.54%) compared to 2209109

Details

Codecov Report

Patch coverage: 53.90% and project coverage change: -0.54 ⚠️

Comparison is base (2209109) 72.55% compared to head (18f4329) 72.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1203      +/-   ##
==========================================
- Coverage   72.55%   72.01%   -0.54%     
==========================================
  Files          78       85       +7     
  Lines       13009    13391     +382     
==========================================
+ Hits         9439     9644     +205     
- Misses       3570     3747     +177     
Impacted Files Coverage Δ
HARK/interpolation/_econforge.py 90.36% <ø> (ø)
HARK/interpolation/_hark.py 43.31% <ø> (ø)
HARK/interpolation/tests/test_hark.py 100.00% <ø> (ø)
HARK/interpolation/_sklearn.py 39.82% <39.82%> (ø)
HARK/interpolation/_multi.py 41.98% <41.98%> (ø)
HARK/interpolation/_scipy.py 85.18% <85.18%> (ø)
HARK/interpolation/__init__.py 100.00% <100.00%> (ø)
HARK/interpolation/tests/test_econforge.py 100.00% <100.00%> (ø)
HARK/interpolation/tests/test_multi.py 100.00% <100.00%> (ø)
HARK/interpolation/tests/test_scipy.py 100.00% <100.00%> (ø)
... and 1 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.