initial condition error in liionpack #2753
Replies: 2 comments 1 reply
-
Should be ok, are you using version 0.3.3? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The issue has been resolved. there was a problem in passing the drive cycle file through the experiment class now it has been resolved. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
While using my own drive cycle file as an input I am getting the following error:
pybamm.expression_tree.exceptions.SolverError: Events ['Maximum voltage'] are non-positive at initial conditions
Is there something wrong with my initial conditions?
netlist = lp.setup_circuit(Np=1, Ns=1, Rb=1e-4, Rc=1e-3, Ri=5e-2, V=4.3)
I'm attaching the csv file of my input data below.
pulse_discharge.csv
Beta Was this translation helpful? Give feedback.
All reactions