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

Replace deprecated numpy trapezoid/trapz usage with scipy trapezoid #233

Merged
merged 2 commits into from
Aug 14, 2024

Remove trapz usage in rsr seviri script

af71f1e
Select commit
Loading
Failed to load commit list.
Merged

Replace deprecated numpy trapezoid/trapz usage with scipy trapezoid #233

Remove trapz usage in rsr seviri script
af71f1e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2024 in 0s

90.25% (+0.05%) compared to d6b5c58

View this Pull Request on Codecov

90.25% (+0.05%) compared to d6b5c58

Details

Codecov Report

Attention: Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.

Project coverage is 90.25%. Comparing base (d6b5c58) to head (af71f1e).
Report is 1 commits behind head on main.

Files Patch % Lines
pyspectral/solar.py 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #233      +/-   ##
==========================================
+ Coverage   90.20%   90.25%   +0.05%     
==========================================
  Files          23       22       -1     
  Lines        2521     2515       -6     
==========================================
- Hits         2274     2270       -4     
+ Misses        247      245       -2     

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