-
Notifications
You must be signed in to change notification settings - Fork 18
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: Fix use of ruff, CI and numpy2 #177
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #177 +/- ##
==========================================
+ Coverage 91.32% 91.58% +0.25%
==========================================
Files 21 21
Lines 4010 3991 -19
==========================================
- Hits 3662 3655 -7
+ Misses 348 336 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* FIX: Fix use of ruff linting * ADD: Add to history.md * add numpy 1 and 2 runs * fix numpy 2 casting issue in iris reader * fix history.md --------- Co-authored-by: Kai Mühlbauer <[email protected]>
Fix the use of ruff linting
history.md