Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn-siemerink committed Nov 5, 2024
1 parent 50cad45 commit 624a534
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions threedigrid_builder/tests/test_quadtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,28 +341,28 @@ def test_quarter_administration(quadtree_line_refinement, subgrid_meta):

# fmt: off
neighbours = [
[-9999, -9999],
[5, -9999],
[-9999, 1],
[0, 0],
[5, 0],
[0, 1],
[6, 3],
[-9999, 0],
[0, 0],
[3, 0],
[-9999, 2],
[0, 2],
[3, 2],
[-9999, 1],
[0, 1],
[4, 1],
[-9999, -9999],
[4, -9999],
[0, 0],
[4, 0],
[1, 0],
[7, 0],
[1, 4],
[7, 4],
[2, 3],
[10, 3],
[2, -9999],
[11, -9999],
[0, -9999],
[8, -9999],
[2, 0],
[11, 0],
[0, 0],
[8, 0],
[0, 6],
[8, 6],
[0, 5],
Expand All @@ -373,30 +373,30 @@ def test_quarter_administration(quadtree_line_refinement, subgrid_meta):
[14, 6],
[3, 10],
[15, 12],
[5, -9999],
[-9999, -9999],
[5, 0],
[0, 0],
[5, 9],
[-9999, 9],
[0, 9],
[6, 8],
[-9999, 8],
[0, 8],
[6, 14],
[-9999, 18],
[0, 18],
[4, 7],
[12, 7],
[4, 11],
[12, 11],
[4, 10],
[13, 10],
[4, -9999],
[13, -9999],
[4, 0],
[13, 0],
[10, 7],
[16, 7],
[10, 13],
[16, 13],
[11, 12],
[17, 12],
[11, -9999],
[17, -9999],
[11, 0],
[17, 0],
[7, 9],
[18, 9],
[7, 15],
Expand All @@ -411,24 +411,24 @@ def test_quarter_administration(quadtree_line_refinement, subgrid_meta):
[20, 17],
[13, 16],
[21, 16],
[13, -9999],
[21, -9999],
[13, 0],
[21, 0],
[14, 9],
[-9999, 9],
[0, 9],
[14, 19],
[-9999, 19],
[0, 19],
[15, 18],
[-9999, 18],
[0, 18],
[15, 20],
[-9999, 20],
[0, 20],
[16, 19],
[-9999, 19],
[0, 19],
[16, 21],
[-9999, 21],
[0, 21],
[17, 20],
[-9999, 20],
[17, -9999],
[-9999, -9999]
[0, 20],
[17, 0],
[0, 0]
]

lines = [
Expand Down

0 comments on commit 624a534

Please sign in to comment.