From abc98c99ea8924c85e415ff66af509c171b8f25c Mon Sep 17 00:00:00 2001 From: Tim van den Aardweg Date: Fri, 24 May 2024 10:26:29 +0200 Subject: [PATCH] #634: Fixed typo in comments attribute name. --- hydrolib/core/dflowfm/research/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydrolib/core/dflowfm/research/models.py b/hydrolib/core/dflowfm/research/models.py index fe17f7afd..792df09d4 100644 --- a/hydrolib/core/dflowfm/research/models.py +++ b/hydrolib/core/dflowfm/research/models.py @@ -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")