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

CoupledVariable #4556

Closed aabills closed 2 weeks ago

aabills commented 3 weeks ago

Description

Adds CoupledVariable from #3908. Does not really do integration work which will be required to use this for submodels.

Type of change

Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.

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 3 weeks ago

Codecov Report

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

Project coverage is 99.42%. Comparing base (01a7c08) to head (c259bb0). Report is 7 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4556 +/- ## ======================================== Coverage 99.42% 99.42% ======================================== Files 299 300 +1 Lines 22736 22774 +38 ======================================== + Hits 22605 22643 +38 Misses 131 131 ```

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