Skip to content

Commit 441420f

Browse files
dayanturclaude
authored andcommitted
fix: bug in bldgh constrain in surface.py
Co-Authored-By: Claude <[email protected]>
1 parent 1139884 commit 441420f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supy/data_model/core/surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ class BldgsProperties(
866866
},
867867
)
868868
bldgh: Optional[FlexibleRefValue(float)] = Field(
869-
ge=3,
869+
ge=0,
870870
default=None,
871871
description="Building height",
872872
json_schema_extra={"unit": "m", "display_name": "Building Height"},

0 commit comments

Comments
 (0)