Skip to content

Commit

Permalink
kick off tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Mar 15, 2024
1 parent c7ea163 commit 7c14881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt_delft3dfm/workflows/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def mesh1d_add_branch(
branch = Branch(
geometry=np.array(round_geometry(line).coords[:])
) # avoid error caused by rounding precision
branch.generate_nodes(node_distance) # change here if structure needs nodes
branch.generate_nodes(node_distance) # change here if structure needs nodes
branchid = network.mesh1d_add_branch(
branch,
name=branch_name,
Expand Down

0 comments on commit 7c14881

Please sign in to comment.