Skip to content

Support scipy integrators and validation in tests

Pre-release
Pre-release
Compare
Choose a tag to compare
@MDCHAMP MDCHAMP released this 13 Sep 10:59
· 7 commits to main since this 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.