Skip to content

Commit e5aefb7

Browse files
add comment
1 parent 2dfabee commit e5aefb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydrolib/core/dflowfm/net/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def read_mesh2d(self, mesh2d: Mesh2d) -> None:
8686
setattr(mesh2d, meshkey, self._read_nc_attribute(ds[nckey]))
8787
#TODO: replace with xugrid reader
8888

89-
mesh2d._set_mesh2d()
89+
mesh2d._set_mesh2d() #TODO: we still require this here to sync new attrs with meshkernel instance
9090

9191
ds.close()
9292

0 commit comments

Comments
 (0)