I want to get rid of the mxstep step. #3816
-
Beta Was this translation helpful? Give feedback.
Answered by
brosaplanella
Feb 15, 2024
Replies: 1 comment
-
This is not an error. Despite exceeding the maximum number of steps, PyBaMM tries a few times with before giving up and throwing an actual error message. The message comes straight from the solver so we can't disabled it, unfortunately. But as long as this is the only message you get and the simulation reaches the end without throwing other errors it is fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
syeoplee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not an error. Despite exceeding the maximum number of steps, PyBaMM tries a few times with before giving up and throwing an actual error message. The message comes straight from the solver so we can't disabled it, unfortunately. But as long as this is the only message you get and the simulation reaches the end without throwing other errors it is fine.