pybamm-team / PyBaMM

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

Misc. bug fixes #4581

Closed kratman closed 1 week ago

kratman commented 1 week ago

Description

A couple minor bug fixes before the release

Fixes #4580 Fixes #4578

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 1 week ago

Codecov Report

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

Project coverage is 99.27%. Comparing base (1022c6b) to head (2b548a3). Report is 2 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4581 +/- ## ======================================== Coverage 99.27% 99.27% ======================================== Files 302 302 Lines 22868 22870 +2 ======================================== + Hits 22703 22705 +2 Misses 165 165 ```

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