SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
55 stars 16 forks source link

dt_max does not work for RungeKuttaCashKarp54IntegratorCore in python #1125

Open MaxBetzDLR opened 2 months ago

MaxBetzDLR commented 2 months ago

Bug description

Using dt_max with RungeKuttaCashKarp54IntegratorCore in python does not bound timesteps that are higher than dt_max.

Version

Linux

To reproduce

  1. Initialize RungeKuttaCashKarp54IntegratorCore and set dt_max to low value, e.g. 1
  2. Run simulation with defined integrator

Relevant log output

No response

Add any relevant information, e.g. used compiler, screenshots.

No response

Checklist