Skip to content

Commit

Permalink
updated usecaching mdu keyword default value (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Sep 27, 2024
1 parent 6c922e8 commit 250ce86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrolib/core/dflowfm/mdu/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@ class Comments(INIBasedModel.Comments):
thindamfile: Optional[List[PolyFile]] = Field(None, alias="thinDamFile")
fixedweirfile: Optional[List[PolyFile]] = Field(None, alias="fixedWeirFile")
pillarfile: Optional[List[PolyFile]] = Field(None, alias="pillarFile")
usecaching: bool = Field(False, alias="useCaching")
usecaching: bool = Field(True, alias="useCaching")
vertplizfile: Optional[PolyFile] = Field(None, alias="vertPlizFile")
frictfile: Optional[List[FrictionModel]] = Field(
None, alias="frictFile", delimiter=";"
Expand Down

0 comments on commit 250ce86

Please sign in to comment.