Skip to content

Commit

Permalink
removed t argument from property
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelyndunnell committed Nov 5, 2024
1 parent 29b4d6e commit b45f6a0
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 @@ -92,7 +92,7 @@ def cutback_factor(self, value):
self._cutback_factor = value

@property
def max_stepsize(self, t):
def max_stepsize(self):
return self._max_stepsize

@max_stepsize.setter
Expand Down

0 comments on commit b45f6a0

Please sign in to comment.