From 23a80c44ff937aac076fdec155cc740489bdee30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20H=C3=B6pfner?= Date: Mon, 2 Dec 2024 10:57:36 +0100 Subject: [PATCH] comment --- src/sim.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sim.jl b/src/sim.jl index e0edb894..1fa55df5 100644 --- a/src/sim.jl +++ b/src/sim.jl @@ -294,6 +294,7 @@ export simulateME function auto_interval(t) """ Find a nice interval that divides t into 500 - 1000 steps + from https://github.com/CATIA-Systems/FMPy/blob/4166f08dd991cb6b5df2522ba125669e635327fe/fmpy/util.py#L1042 """ # Initial interval estimation h = 10 ^ (round(log10(t)) - 3)