-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These were relying on the order of polygons, which doesn't seem to be guaranteed by the wrapping process. It was essentially relying upon the order of popitem() from a dict, which changed with Python 3.6. This changes to try to identify the appropriate polygons before embarking on testing them.
- Loading branch information
1 parent
e8c0692
commit 1fbe9a3
Showing
1 changed file
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters