memilio icon indicating copy to clipboard operation
memilio copied to clipboard

dt_max does not work for RungeKuttaCashKarp54IntegratorCore in python

Open MaxBetzDLR opened this issue 1 year ago • 0 comments

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

  • [X] Attached labels, especially loc:: or model:: labels.
  • [X] Linked to project

MaxBetzDLR avatar Sep 12 '24 13:09 MaxBetzDLR