Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax issue when loading parameters values #1

Open
fagnelli opened this issue Mar 19, 2024 · 1 comment
Open

Syntax issue when loading parameters values #1

fagnelli opened this issue Mar 19, 2024 · 1 comment

Comments

@fagnelli
Copy link

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.

@Nomados
Copy link

Nomados commented May 21, 2024

I have the same issue on Ubuntu 20.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants