Support scipy integrators and validation in tests
Pre-release
Pre-release
Added wrappers for scipy integrators solve_ivp
and odeint
via the toybox.integrators.scipy
class.
Added validation tests for three ODE problems with NMSE tolerance to 1e-6.