Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 31, 2023
1 parent 8d1fb33 commit a194718
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hydromt_delft3dfm/mesh_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ def hydrolib_network_from_mesh(
# add mesh2d
if "mesh2d" in grids:
dfm_network._mesh2d.meshkernel.mesh2d_set(grids["mesh2d"].mesh)
# dfm_network._mesh2d._process(
# grids["mesh2d"].mesh
# ) # FIXME: test what if the mesh had bedlevel variable
# FIXME: test what if the mesh had bedlevel variable

# add mesh1d (including mesh1d and networkd1d)
if "mesh1d" in grids:
Expand Down

0 comments on commit a194718

Please sign in to comment.