Skip to content

Commit

Permalink
made benefit threshold optional (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
panosatha authored Mar 13, 2024
1 parent a0d1ecd commit 81c05d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flood_adapt/object_model/interface/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class MapboxLayersModel(BaseModel):
svi_colors: Optional[list[str]] = []
benefits_bins: list[float]
benefits_colors: list[str]
benefits_threshold: float
benefits_threshold: Optional[float] = None
damage_decimals: Optional[int] = 0


Expand Down

0 comments on commit 81c05d5

Please sign in to comment.