Skip to content

Commit

Permalink
Add small test
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 20, 2024
1 parent 7673cf7 commit 20283d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_vector/test_geometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def test_buffer_without_overlap(self, monkeypatch) -> None: # type: ignore
# Output should be of same size as input and same geometry type
assert len(buffer.ds) == len(two_squares.ds)
assert np.all(buffer.ds.geometry.geom_type == two_squares.ds.geometry.geom_type)
assert buffer.crs == two_squares.crs

# Extract individual geometries
polys = []
Expand Down

0 comments on commit 20283d1

Please sign in to comment.