Skip to content

Commit

Permalink
Merge pull request #472 from brosaplanella/issue-222-electrode-balancing
Browse files Browse the repository at this point in the history
Add electrode balancing example
  • Loading branch information
BradyPlanden authored Aug 27, 2024
2 parents f2afac6 + b2ed501 commit ae4404a
Showing 3 changed files with 2,269 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lychee_links.yaml
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@ jobs:
--exclude "https://cdn.plot.ly/*"
--exclude "http://www.w3.org/*|https://www.w3.org/*"
--exclude "https://doi.org/*"
--exclude "https://raw.githubusercontent.com/paramm-team/pybamm-param/develop/pbparam/input/data/"
--exclude-path ./CHANGELOG.md
--exclude-path asv.conf.json
--exclude-path docs/conf.py
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

## Features

- [#222](https://github.com/pybop-team/PyBOP/issues/222) - Adds an example for performing and electrode balancing.
- [#441](https://github.com/pybop-team/PyBOP/issues/441) - Adds an example for estimating constants within a `pybamm.FunctionalParameter`.
- [#405](https://github.com/pybop-team/PyBOP/pull/405) - Adds frequency-domain based EIS prediction methods via `model.simulateEIS` and updates to `problem.evaluate` with examples and tests.
- [#460](https://github.com/pybop-team/PyBOP/pull/460) - Notebook example files added for ECM and folder structure updated.
2,267 changes: 2,267 additions & 0 deletions examples/notebooks/electrode_balancing.ipynb

Large diffs are not rendered by default.

0 comments on commit ae4404a

Please sign in to comment.