Skip to content

Commit

Permalink
#634: Fixed typo in comments attribute name.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-vd-aardweg committed May 24, 2024
1 parent 54b4e52 commit abc98c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrolib/core/dflowfm/research/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ class Comments(Time.Comments):
alias="tstarttlfsmo",
)

comment: Comments = Comments()
comments: Comments = Comments()

research_timestepanalysis: Optional[int] = Field(None, alias="timestepanalysis")
research_autotimestepvisc: Optional[bool] = Field(None, alias="autotimestepvisc")
Expand Down

0 comments on commit abc98c9

Please sign in to comment.