Skip to content

Commit

Permalink
#1547 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Jul 14, 2021
1 parent b3d25b2 commit c42c309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

## Bug fixes

- Fixed ElectrodeSOH model for multi-dimensional simulations ([#1548](https://github.com/pybamm-team/PyBaMM/pull/1548))
- Removed the overly-restrictive check "each variable in the algebraic eqn keys must appear in the eqn" ([#1510](https://github.com/pybamm-team/PyBaMM/pull/1510))
- Made parameters importable through pybamm ([#1475](https://github.com/pybamm-team/PyBaMM/pull/1475))

Expand Down
2 changes: 1 addition & 1 deletion pybamm/solvers/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def get_cycle_summary_variables(cycle_solution, esoh_sim):
},
solver=solver,
)
except pybamm.SolverError:
except pybamm.SolverError: # pragma: no cover
raise pybamm.SolverError(
"Could not solve for summary variables, run "
"`sim.solve(calc_esoh=False)` to skip this step"
Expand Down

0 comments on commit c42c309

Please sign in to comment.