I'm trying to reproduce something, and getting this error message
[CVODE ERROR] CVode
At t = 0.0409225, mxstep steps taken before reaching tout.
Looking at the source code, I only see a **solver_args, but no documentation on what specific solver arguments are supported. From the CVODE documentation it is also not obvious which arguments are supported in the Python interface. I've tried some obvious suspects (num_iter, max_steps and so on), but no dice.