From f0c991503d0d2bfcbda888b548585ae1f445790e Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Wed, 4 Nov 2020 09:36:28 -0500 Subject: [PATCH] #1219 Ferran comments --- CHANGELOG.md | 2 +- examples/scripts/DFN.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21b409f547..0e27a21ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ ## Optimizations -- Add (optional) smooth approximations for the `minimum`, `maximum`, `Heaviside`, and `AbsoluteValue` operators ([#1223](https://github.com/pybamm-team/PyBaMM/pull/1223)) +- Add (optional) smooth approximations for the `Minimum`, `Maximum`, `Heaviside`, and `AbsoluteValue` operators ([#1223](https://github.com/pybamm-team/PyBaMM/pull/1223)) - Avoid unnecessary repeated computations in the solvers ([#1222](https://github.com/pybamm-team/PyBaMM/pull/1222)) - Rewrite `Symbol.is_constant` to be more efficient ([#1222](https://github.com/pybamm-team/PyBaMM/pull/1222)) - Cache shape and size calculations ([#1222](https://github.com/pybamm-team/PyBaMM/pull/1222)) diff --git a/examples/scripts/DFN.py b/examples/scripts/DFN.py index 5db1dc04d7..9c50dbc7ef 100644 --- a/examples/scripts/DFN.py +++ b/examples/scripts/DFN.py @@ -9,7 +9,7 @@ # load model -model = pybamm.lithium_ion.SPM() +model = pybamm.lithium_ion.DFN() # create geometry geometry = model.default_geometry