Skip to content

Commit

Permalink
Update parameters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed May 3, 2024
1 parent 5384eec commit 7a7cc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swmmanywhere/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_full_parameters_flat():

class SubcatchmentDerivation(BaseModel):
"""Parameters for subcatchment derivation."""
subbasin_streamorder: int = Field(default = 6,
subbasin_streamorder: int = Field(default = 7,
ge = 1,
le = 20,
unit = "-",
Expand Down

0 comments on commit 7a7cc0b

Please sign in to comment.