Format and lint
This commit is contained in:
parent
42ee2d4c51
commit
04a78e7bfe
75 changed files with 1290 additions and 719 deletions
|
|
@ -167,9 +167,7 @@ class TestVoronoiDeduplication:
|
|||
|
||||
def test_int64_coords_jitter_works(self, square_boundary):
|
||||
"""Int64 coords (production dtype) must still jitter correctly."""
|
||||
points = np.array(
|
||||
[[500050, 180050], [500050, 180050]], dtype=np.int64
|
||||
)
|
||||
points = np.array([[500050, 180050], [500050, 180050]], dtype=np.int64)
|
||||
postcodes = ["A", "B"]
|
||||
result = compute_voronoi_regions(points, postcodes, square_boundary)
|
||||
assert "A" in result, "Postcode A missing with int64 coords"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue