Skip to content

Commit

Permalink
Fix issue #681 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Jan 26, 2024
2 parents 9c76689 + b3a179d commit e004382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pastas/stressmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -1620,6 +1620,7 @@ def __init__(
self.dmin = dmin
self.dmax = dmax
super().__init__(prec=prec, evap=evap, rfunc=rfunc, **kwargs)
self.nsplit = 1

def set_init_parameters(self) -> None:
# parameters for the first drainage level
Expand Down

0 comments on commit e004382

Please sign in to comment.