You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently looked into the paper "A continuum of physics-based lithium-ion battery models reviewed" and I am new with pyBaMM.
I have been testing the script named compare_parameters.ipynb, and it seems that:
Hi,
I recently looked into the paper "A continuum of physics-based lithium-ion battery models reviewed" and I am new with pyBaMM.
I have been testing the script named
compare_parameters.ipynb
, and it seems that:param = pybamm.ParameterValues(chemistry=pybamm.parameter_sets.Chen2020)
leads to an error. Instead, trying:
param = pybamm.ParameterValues("Chen2020")
seems to solve the issue. I have installed PyBaMM 24.1 on Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: