Skip to content

Commit 13da203

Browse files
info for tests.
1 parent b580819 commit 13da203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

threedigrid_builder/grid/quadtree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def get_quarters_admin(self, nodes, lines):
258258
"""
259259

260260
n_2d_nodes = np.count_nonzero(np.isin(nodes.node_type, NodeType.NODE_2D_OPEN_WATER))
261-
n_2d_bnd_nodes = np.count_nonzero(np.isin(nodes.node_type, NodeType.NODE_2D_BOUNDARIES))\
261+
n_2d_bnd_nodes = np.count_nonzero(np.isin(nodes.node_type, NodeType.NODE_2D_BOUNDARIES))
262262

263263
quarter_line = np.full((n_2d_nodes * 4, 2), -9999, dtype=np.int32, order="F")
264264
neighbour_node = np.full((n_2d_nodes * 4, 2), -9999, dtype=np.int32, order="F")

0 commit comments

Comments
 (0)