-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ci mainenance #74
Ci mainenance #74
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
==========================================
- Coverage 87.45% 0.00% -87.46%
==========================================
Files 30 30
Lines 3078 3079 +1
==========================================
- Hits 2692 0 -2692
- Misses 386 3079 +2693 ☔ View full report in Codecov by Sentry. |
Coverage is at 0% due to having to actually install it using pip in a non-editable mode. This is because no release of discretize is currently built against numpy 2.0 on conda-forge (which this now requires). Looking at how discretize is used here, it should be simple enough to remove it from most testing requirements, and make it optional for those others. |
Updates for numpy 2.0 and general CI maintenance.