Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
simbilod committed Oct 12, 2024
1 parent f3efc04 commit e95169f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_multiple_physicals.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_multiple_physicals_additive(test_input, expected):
polygon = shapely.Polygon(
[[-5, -5], [5, -5], [5, 5], [-5, 5], [-5, -5]],
)
"""TODO: make the test actually compare the overlapping elements."""

buffers = {0.0: 0.0, 1.0: -0.1}

Expand Down

0 comments on commit e95169f

Please sign in to comment.