You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I don't get the error when I create a multi-union of the polygons 1 and 2, and with polygons 2 and 3.
I also don't get the error when I first create a multi-union of polygons 1 and 2, and then a multi-union of the resulting union of poly 1 + 2 with the polygon 3.
When I use the multi-union function I get in some situations an assertion error:
I get the error when creating the union of the following three polygons:
But I don't get the error when I create a multi-union of the polygons 1 and 2, and with polygons 2 and 3.
I also don't get the error when I first create a multi-union of polygons 1 and 2, and then a multi-union of the resulting union of poly 1 + 2 with the polygon 3.
So
1 + 2 + 3 > assertion error
1 + 2 > correct
2 + 3 > correct
(1 + 2) + 3 > correct
When I turn off DEBUG (=False) I get an empty SphericalPolygon.
The text was updated successfully, but these errors were encountered: