-
Notifications
You must be signed in to change notification settings - Fork 22
fix: change find split edges default #2361
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✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2361 +/- ##
=======================================
Coverage 95.36% 95.36%
=======================================
Files 168 168
Lines 11101 11105 +4
=======================================
+ Hits 10586 10590 +4
Misses 515 515 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| print("distance:", request.distance) | ||
| print("angle:", request.angle) |
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.
@jacobrkerstetter - these prints have to be removed.
| print("angle:", angle) | ||
| print("length:", length) |
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.
Same here..
Description
change default split edges value to None and test None and 0 inputs
Issue linked
related to TFS Bug 1346069
Checklist
feat: extrude circle to cylinder)