error in tutorial 4 #3154
YoungAgile
started this conversation in
General
Replies: 1 comment 2 replies
-
Try doing parameter_values.update(
{
"Open-circuit voltage at 100% SOC [V]": 3.4,
"Open-circuit voltage at 0% SOC [V]": 3.0,
},
check_already_exists=False
) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.pybamm.org/en/latest/source/examples/notebooks/getting_started/tutorial-4-setting-parameter-values.html
In this tutorial, when i run those code, it return keyerror : 'Cannot update parameter 'Open-circuit voltage at 100% SOC [V]' as it does not have a default value. '
Should I use
'Upper voltage cut-off [V]'
and'Lower voltage cut-off [V]'
to replace them?Beta Was this translation helpful? Give feedback.
All reactions