SciCompMod / memilio

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

Info on sucessful adaptive step sizing is also shown for fixed-step-size integrators #988

Closed mknaranja closed 2 months ago

mknaranja commented 3 months ago

Motivation / Current Behaviour

If using an EulerIntegratorCore and LogLevel::info, adaptive step sizing is reported to be successful although there was no adaptivity.

Enhancement description

The message should be replaced or better removed for fixed-step-size integrators.

Additional context

No response

Checklist