We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfabee commit e5aefb7Copy full SHA for e5aefb7
hydrolib/core/dflowfm/net/reader.py
@@ -86,7 +86,7 @@ def read_mesh2d(self, mesh2d: Mesh2d) -> None:
86
setattr(mesh2d, meshkey, self._read_nc_attribute(ds[nckey]))
87
#TODO: replace with xugrid reader
88
89
- mesh2d._set_mesh2d()
+ mesh2d._set_mesh2d() #TODO: we still require this here to sync new attrs with meshkernel instance
90
91
ds.close()
92
0 commit comments