Skip to content

Commit

Permalink
Update src/festim/stepsize.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rémi Delaporte-Mathurin <[email protected]>
  • Loading branch information
kaelyndunnell and RemDelaporteMathurin authored Nov 5, 2024
1 parent b324e29 commit 5d36191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/festim/stepsize.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5d36191

Please sign in to comment.