Skip to content

Commit

Permalink
info for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn-siemerink committed Apr 30, 2024
1 parent 13da203 commit c967451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threedigrid_builder/grid/quadtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def get_quarters_admin(self, nodes, lines):
quarter_line = np.full((n_2d_nodes * 4, 2), -9999, dtype=np.int32, order="F")
neighbour_node = np.full((n_2d_nodes * 4, 2), -9999, dtype=np.int32, order="F")

print(f"u: {self.n_lines_u}, v: {self.n_lines_v}, line: {lines.line.shape[0]}, nodes: {n_2d_nodes}, bnd_nodes: {n_2d_bnd_nodes}")
print(f"u: {self.n_lines_u}, v: {self.n_lines_v}, line: {lines.line.shape[0]}, kcu: {lines.kcu.shape[0]}, nodes: {n_2d_nodes}, bnd_nodes: {n_2d_bnd_nodes}")

m_cells.set_quarter_admin(
nodes.nodk,
Expand Down

0 comments on commit c967451

Please sign in to comment.