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

Fix netCDF encoding in tests #129

Merged
merged 3 commits into from
Oct 18, 2024
Merged

Fix netCDF encoding in tests #129

merged 3 commits into from
Oct 18, 2024

Conversation

sfinkens
Copy link
Member

@sfinkens sfinkens commented Oct 9, 2024

There was a type mismatch between test data (int) and add_offset (float). I also removed all zero offsets to simplify encoding. CI pipeline now uses miniforge.

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.04%. Comparing base (0b49b48) to head (c53005c).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
- Coverage   64.06%   64.04%   -0.03%     
==========================================
  Files           8        8              
  Lines         693      687       -6     
==========================================
- Hits          444      440       -4     
+ Misses        249      247       -2     

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

@sfinkens sfinkens requested a review from mraspaud October 9, 2024 14:03
@sfinkens sfinkens merged commit 3b0bd5c into pytroll:main Oct 18, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant