-
Notifications
You must be signed in to change notification settings - Fork 17
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 NumPy warnings on null vector instantiation (NaN as value for int array); updates to match newer Numba deprecations; new simpler clock() impl; NUMBA_OPT for CI; Python 3.11 on CI #416
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #416 +/- ##
==========================================
+ Coverage 91.79% 92.02% +0.23%
==========================================
Files 30 30
Lines 1475 1468 -7
==========================================
- Hits 1354 1351 -3
+ Misses 121 117 -4 ☔ View full report in Codecov by Sentry. |
OK, first here's an explanation why the problem has not been earlier caught on CI: it only show up on newer NumPy.
(https://github.com/open-atmos/PyMPDATA/actions/runs/7378420709/job/20073521039?pr=418) Hence, bumping Numpy (and Numba) requirements in this PR |
No description provided.