Skip to content

Commit

Permalink
uncomment face_nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 30, 2023
1 parent a631aff commit 43932e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydrolib/core/dflowfm/net/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def _process(self, mesh2d_input) -> None:
self.mesh2d_face_x = mesh2d_output.face_x
self.mesh2d_face_y = mesh2d_output.face_y
#TODO: commented since caused errors in hydromt_delft3dfm
#TODO: this is the mesh2d_face_node_connectivity, not mesh2d_face_nodes
npf = mesh2d_output.nodes_per_face
self.mesh2d_face_nodes = np.full(
(len(self.mesh2d_face_x), max(npf)), np.iinfo(np.int32).min
Expand Down

0 comments on commit 43932e6

Please sign in to comment.