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 5d36191 commit 7b67ba2
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 @@ -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.
"""
Expand Down

0 comments on commit 7b67ba2

Please sign in to comment.