Skip to content

Commit

Permalink
Update parameters.py
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Dobson committed Apr 29, 2024
1 parent 2ccf95c commit 52293e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swmmanywhere/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ class HydraulicDesign(BaseModel):
class MetricEvaluation(BaseModel):
"""Parameters for metric evaluation."""
grid_scale: float = Field(default = 100,
le = 10,
ge = 5000,
le = 5000,
ge = 10,
unit = "m",
description = "Scale of the grid for metric evaluation")

Expand Down

0 comments on commit 52293e5

Please sign in to comment.