From 7b67ba28e5813763d6cd393e69feed673397a48b Mon Sep 17 00:00:00 2001 From: Kaelyn Dunnell <150201080+kaelyndunnell@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:30:07 -0500 Subject: [PATCH] Update src/festim/stepsize.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RĂ©mi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com> --- src/festim/stepsize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/festim/stepsize.py b/src/festim/stepsize.py index 7840ea82e..2e8274bee 100644 --- a/src/festim/stepsize.py +++ b/src/festim/stepsize.py @@ -30,7 +30,7 @@ class Stepsize: over (resp. under) which the stepsize is increased (resp. decreased) adaptive (bool): True if the stepsize is adaptive, False otherwise. - max_stepsize (float): Maximum stepsize. + max_stepsize (float, callable): Maximum stepsize. milestones (list): list of times by which the simulation must pass. """