pybamm-team / PyBaMM

Fast and flexible physics-based battery models in Python
https://www.pybamm.org/
BSD 3-Clause "New" or "Revised" License
876 stars 492 forks source link

Pin numpy to less than 2.0.0 #4186

Closed kratman closed 2 weeks ago

kratman commented 2 weeks ago

Description

Temporary pin for the numpy version

Related #4183

Type of change

Key checklist:

You can run integration tests, unit tests, and doctests together at once, using $ python run-tests.py --quick (or $ nox -s quick).

Further checks:

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.58%. Comparing base (20046d4) to head (8828a1e). Report is 1 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4186 +/- ## ======================================== Coverage 99.58% 99.58% ======================================== Files 288 288 Lines 21797 21797 ======================================== Hits 21706 21706 Misses 91 91 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.