Skip to content

Commit

Permalink
GmMultiPolyIntersector for python - CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mkennard-aquaveo committed Jan 4, 2024
1 parent 72c7c80 commit cc80505
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ def test_traverse_line_segment_1_out_out(self):
expected_t_vals = (0.08333333333333333, 0.91666666666666667)
expected_pts = ((0.0, 5.0, 0.0), (10.0, 5.0, 0.0))
self._run_test([-1, 5], [11, 5], pts, polys, expected_ids, expected_t_vals, expected_pts)
polys = [[0, 1, 2, 3]]
expected_ids = (2, -1)
self._run_test([-1, 5], [11, 5], pts, polys, expected_ids, expected_t_vals, expected_pts, 2, 'intersects')
expected_ids = (0, -1)
self._run_test([-1, 5], [11, 5], pts, polys, expected_ids, expected_t_vals, expected_pts, 0, 'intersects')

def test_traverse_line_segment_1_out_in(self):
"""A test.
Expand Down

0 comments on commit cc80505

Please sign in to comment.