Skip to content

Conversation

@jacobrkerstetter
Copy link
Contributor

Description

change default split edges value to None and test None and 0 inputs

Issue linked

related to TFS Bug 1346069

Checklist

  • I have tested my changes locally.
  • I have added necessary documentation or updated existing documentation.
  • I have followed the coding style guidelines of this project.
  • I have added appropriate unit tests.
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved to the PR if any.
  • I have assigned this PR to myself.
  • I have added the minimum version decorator to any new backend method implemented.
  • I have made sure that the title of my PR follows Conventional commits style (e.g. feat: extrude circle to cylinder)

@jacobrkerstetter jacobrkerstetter self-assigned this Nov 10, 2025
@jacobrkerstetter jacobrkerstetter requested a review from a team as a code owner November 10, 2025 14:13
@github-actions github-actions bot added the bug Something isn't working label Nov 10, 2025
@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.36%. Comparing base (248d376) to head (3222224).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jacobrkerstetter jacobrkerstetter merged commit 1e6da26 into main Nov 10, 2025
50 checks passed
@jacobrkerstetter jacobrkerstetter deleted the fix/split_edges_default branch November 10, 2025 15:26
Comment on lines +80 to +81
print("distance:", request.distance)
print("angle:", request.angle)
Copy link
Member

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.

Comment on lines +139 to +140
print("angle:", angle)
print("length:", length)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants