How can I check if step!() was successful?

SciMLBase.successful_retcode(integrator.sol) works. We could make step! return a bool for whether it succeeds.

1 Like