-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add function to visualization_3D.py - show_ComponentCoords #262
Conversation
Adding visualize Component Coordinates. give a list of Components get a view with all components overlayed.
adding smoke tests.
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.
I think I'm going to have to add a flake8 linter at some point :/
Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
better name func.
Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
better naming, adding optional shift, typing correction
fixing mypy I
mypy fix II
mypy fix III
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #262 +/- ##
==========================================
+ Coverage 92.86% 92.89% +0.03%
==========================================
Files 66 66
Lines 4764 4788 +24
==========================================
+ Hits 4424 4448 +24
Misses 340 340
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Adding visualize Component Coordinates. give a list of Components get a view with all components overlayed.
This helps with checking the 3D coords and understanding geometries.