We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b268689 commit 435b9e9Copy full SHA for 435b9e9
src/pybamm/simulation.py
@@ -1023,6 +1023,7 @@ def _get_esoh_solver(self, calc_esoh):
1023
if (
1024
calc_esoh is False
1025
or not isinstance(self._model, pybamm.lithium_ion.BaseModel)
1026
+ or self._model.options["particle phases"] not in ["1", ("1", "1")]
1027
or self._model.options["working electrode"] != "both"
1028
):
1029
return None
0 commit comments