We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
June 2022
3.8
parameter_values = pybamm.ParameterValues("Prada2013")
does not work. It gives: pybamm.expression_tree.exceptions.SolverError: Events ['Maximum voltage'] are non-positive at initial conditions
pybamm.expression_tree.exceptions.SolverError: Events ['Maximum voltage'] are non-positive at initial conditions
I tried to vary the Voltage in the netlist, but all values give the same error
take any working example and replace the parameters with Prada2013
same as Pybamm
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
liionpack Version
June 2022
Python Version
3.8
Describe the bug
parameter_values = pybamm.ParameterValues("Prada2013")
does not work. It gives:
pybamm.expression_tree.exceptions.SolverError: Events ['Maximum voltage'] are non-positive at initial conditions
I tried to vary the Voltage in the netlist, but all values give the same error
Steps to Reproduce
take any working example and replace the parameters with Prada2013
Expected behaviour
same as Pybamm
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: