Skip to content

Commit

Permalink
Revert "#634: Added missing Field."
Browse files Browse the repository at this point in the history
This reverts commit 4c97f09.
  • Loading branch information
tim-vd-aardweg committed May 24, 2024
1 parent 4c97f09 commit 54b4e52
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 @@ -2379,7 +2379,7 @@ class FMModel(INIModel):
physics: Physics = Field(default_factory=Physics)
sediment: Sediment = Field(default_factory=Sediment)
wind: Wind = Field(default_factory=Wind)
waves: Optional[Waves] = Field(None)
waves: Optional[Waves] = None
time: Time = Field(default_factory=Time)
restart: Restart = Field(default_factory=Restart)
external_forcing: ExternalForcing = Field(default_factory=ExternalForcing)
Expand Down

0 comments on commit 54b4e52

Please sign in to comment.