Skip to content

Commit

Permalink
Merge pull request #460 from pybop-team/437-add-thermal-thevenin-exam…
Browse files Browse the repository at this point in the history
…ple-remove-params-from-others

Notebook example files added for ECM and folder structure updated.
  • Loading branch information
BradyPlanden authored Sep 17, 2024
2 parents e8c9fbe + ed457ff commit 051e57e
Show file tree
Hide file tree
Showing 11 changed files with 1,260 additions and 119 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

165 changes: 84 additions & 81 deletions examples/notebooks/equivalent_circuit_identification.ipynb

Large diffs are not rendered by default.

550 changes: 550 additions & 0 deletions examples/notebooks/equivalent_circuit_identification_hppc.ipynb

Large diffs are not rendered by default.

595 changes: 595 additions & 0 deletions examples/notebooks/equivalent_circuit_identification_multipulse.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def examples(session):
@nox.session
def notebooks(session):
"""Run the Jupyter notebooks."""
session.install("setuptools", "wheel")
session.install("setuptools", "wheel", "openpyxl", "ipywidgets")
session.install("-e", ".[all,dev]", silent=False)
if PYBOP_SCHEDULED:
session.run("pip", "install", f"pybamm=={PYBAMM_VERSION}", silent=False)
Expand All @@ -86,7 +86,7 @@ def notebooks(session):
@nox.session(name="notebooks-overwrite")
def notebooks_overwrite(session):
"""Run the Jupyter notebooks."""
session.install("setuptools", "wheel")
session.install("setuptools", "wheel", "openpyxl", "ipywidgets")
session.install("-e", ".[all,dev]", silent=False)
if PYBOP_SCHEDULED:
session.run("pip", "install", f"pybamm=={PYBAMM_VERSION}", silent=False)
Expand Down

0 comments on commit 051e57e

Please sign in to comment.