Replies: 1 comment
-
There was a bug in the previous version in which the Bruggeman coefficient in the electrode wasn't used. This has now been fixed so when you define the parameters you need to define them too. This is certainly a very good question, so I will convert it into a discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Some code that is running fine in the latest pip version is not working properly in the latest Github version of Pybamm. This is the error:
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The simulation should finish without errors and the results should be plotted.
Workaround
This is how the error can be prevented:
This needs to be added to the
additional_parameter_values_dict
:And this right above the cell throwing the error:
Beta Was this translation helpful? Give feedback.
All reactions