-
Notifications
You must be signed in to change notification settings - Fork 161
improved remove_vertex method #861
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
Codecov Report
@@ Coverage Diff @@
## main #861 +/- ##
==========================================
+ Coverage 78.75% 78.80% +0.05%
==========================================
Files 128 128
Lines 35281 35333 +52
==========================================
+ Hits 27785 27844 +59
+ Misses 7496 7489 -7 |
angle : float, optional | ||
Angle of rotation. The units, defined by ``unit``, can be either | ||
degrees or radians. The default is ``90.0``. | ||
unit : text, optional |
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.
unit : text, optional | |
unit : str, optional |
objid : list, Position object | ||
List of object IDs. |
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.
@maxcapodi78 I don't think it is used anymore. It seems that you use self.id
now. But just to be sure.
objid : list, Position object | |
List of object IDs. |
No description provided.