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

Extend and rework IRF interpolation docs #255

Merged
merged 4 commits into from
Sep 15, 2023

Add basic usage code example

59b9408
Select commit
Loading
Failed to load commit list.
Merged

Extend and rework IRF interpolation docs #255

Add basic usage code example
59b9408
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 succeeded Sep 7, 2023 in 1s

94.84% (+0.00%) compared to 12a6095

View this Pull Request on Codecov

94.84% (+0.00%) compared to 12a6095

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (12a6095) 94.84% compared to head (59b9408) 94.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #255   +/-   ##
=======================================
  Coverage   94.84%   94.84%           
=======================================
  Files          60       60           
  Lines        3083     3083           
=======================================
  Hits         2924     2924           
  Misses        159      159           
Files Changed Coverage Δ
pyirf/interpolation/griddata_interpolator.py 100.00% <ø> (ø)
pyirf/interpolation/nearest_neighbor_searcher.py 100.00% <ø> (ø)
pyirf/interpolation/utils.py 97.61% <ø> (ø)
pyirf/interpolation/base_extrapolators.py 100.00% <100.00%> (ø)
pyirf/interpolation/component_estimators.py 99.27% <100.00%> (ø)
pyirf/interpolation/moment_morph_interpolator.py 100.00% <100.00%> (ø)
...yirf/interpolation/nearest_simplex_extrapolator.py 100.00% <100.00%> (ø)
pyirf/interpolation/quantile_interpolator.py 98.24% <100.00%> (ø)

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