mikhailmints
Results
3
comments of
mikhailmints
Thanks for the response! Disabling timestep adaptivity still seems to give the same error. If I use the SciPy solver, I get the following: ``` lsoda-- at t (=r1), too...
I also tried this with the current version of #868, and I am still getting exactly the same errors.
It looks like in the SciPy solver specifically, decreasing the value of `rtol` does help - for example, I changed the value to `1e-8` in #1106, and the test failures...