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 a631aff commit 43932e6Copy full SHA for 43932e6
hydrolib/core/dflowfm/net/models.py
@@ -224,6 +224,7 @@ def _process(self, mesh2d_input) -> None:
224
self.mesh2d_face_x = mesh2d_output.face_x
225
self.mesh2d_face_y = mesh2d_output.face_y
226
#TODO: commented since caused errors in hydromt_delft3dfm
227
+ #TODO: this is the mesh2d_face_node_connectivity, not mesh2d_face_nodes
228
npf = mesh2d_output.nodes_per_face
229
self.mesh2d_face_nodes = np.full(
230
(len(self.mesh2d_face_x), max(npf)), np.iinfo(np.int32).min
0 commit comments