Error while solving cell rate capacity #4795
Unanswered
Nagaraj-Napa
asked this question in
Q&A
Replies: 1 comment
-
Hi! We have now moved our discussions to Discourse. Please post your question there. |
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.
-
File C:\ProgramData\anaconda3\Lib\site-packages\pybamm\simulation.py:751 in solve
step_solution = solver.step(
File C:\ProgramData\anaconda3\Lib\site-packages\pybamm\solvers\base_solver.py:1363 in step
solution = self._integrate(model, t_eval, model_inputs, t_interp)
File C:\ProgramData\anaconda3\Lib\site-packages\pybamm\solvers\casadi_solver.py:292 in _integrate
current_step_sol = self._solve_for_event(current_step_sol)
File C:\ProgramData\anaconda3\Lib\site-packages\pybamm\solvers\casadi_solver.py:447 in _solve_for_event
dense_step_sol = self._run_integrator(
File C:\ProgramData\anaconda3\Lib\site-packages\pybamm\solvers\casadi_solver.py:684 in _run_integrator
raise pybamm.SolverError(error.args[0]) from error
SolverError: Error in Function::call for 'F' [IdasInterface] at .../casadi/core/function.cpp:1432:
Error in Function::call for 'F' [IdasInterface] at .../casadi/core/function.cpp:361:
.../casadi/interfaces/sundials/idas_interface.cpp:596: IDASolve returned "IDA_CONV_FAIL". Consult IDAS documentation.
Beta Was this translation helpful? Give feedback.
All reactions