From 5d3619103e996495d98fc11e824eab761121fa58 Mon Sep 17 00:00:00 2001 From: Kaelyn Dunnell <150201080+kaelyndunnell@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:29:35 -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 1dfdb7e8d..7840ea82e 100644 --- a/src/festim/stepsize.py +++ b/src/festim/stepsize.py @@ -15,7 +15,7 @@ class Stepsize: over (resp. under) which the stepsize is increased (resp. decreased) max_stepsize (float or callable, optional): Maximum stepsize. - Can be a function of festim.t. Defaults to None. + If callable, has to be a function of `t`. Defaults to None. milestones (list, optional): list of times by which the simulation must pass. Defaults to None.