-
-
Notifications
You must be signed in to change notification settings - Fork 403
Fix TopTools_ListIteratorOfListOfShape import #1355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
TopTools_ListIteratorOfListOfShape must be replaced by TopTools_ListOfListOfShape
Reviewer's Guide by SourceryThis pull request corrects the import of TopTools_ListIteratorOfListOfShape by replacing it with TopTools_ListOfListOfShape in the src/Extend/TopologyUtils.py file. The changes are made in two functions: _map_shapes_and_ancestors and _number_shapes_ancestors. File-Level Changes
Tips
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @rsm-gh - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.
|
which issue this change is supposed to fix? |
|
I'll close this merge and I'll push a better one with the description, this is more like a work around. |
|
@tpaviot, the error is the following: And I was facing it on all the versions > 7.5.1. Strangely, it is working OK now... and I do not see any difference that could fix it... |
TopTools_ListIteratorOfListOfShape must be replaced by TopTools_ListOfListOfShape
Summary by Sourcery
This pull request fixes the import issue in TopologyUtils.py by replacing TopTools_ListIteratorOfListOfShape with the correct TopTools_ListOfListOfShape.