Skip to content

Conversation

Dr-Hawal-R
Copy link
Contributor

Description

Please provide a brief description of the changes made in this pull request.

Issue linked

Please mention the issue number or describe the problem this pull request addresses.

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 tests (unit, integration, system).
  • I have reviewed my changes before submitting this pull request.
  • I have linked the issue or issues that are solved by the PR if any.
  • I have agreed with the Contributor License Agreement (CLA).

@Dr-Hawal-R Dr-Hawal-R requested a review from a team as a code owner September 23, 2025 12:48
@github-actions github-actions bot added the bug Something isn't working label Sep 23, 2025
Copy link

codecov bot commented Sep 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.65%. Comparing base (d8fadd9) to head (633ba19).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6678      +/-   ##
==========================================
+ Coverage   80.48%   82.65%   +2.17%     
==========================================
  Files         244      244              
  Lines       77672    77672              
==========================================
+ Hits        62511    64199    +1688     
+ Misses      15161    13473    -1688     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

merge_planar_faces : bool, optional
Whether to merge planar faces during import. The default is ``True``.
input_file_unit: str, optional
Uinit for the stl file.
Copy link
Member

Choose a reason for hiding this comment

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

Typo here: Unit

You could also explain what "Auto" options does

reduce_error=0,
merge_planar_faces=True,
merge_angle=0.02,
input_file_unit="Auto",
Copy link
Member

Choose a reason for hiding this comment

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

Typo here: Unit

You could also explain what "Auto" options does

Copy link
Member

Choose a reason for hiding this comment

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

I would also rename the variable as simply : "units" It is more pythonic.

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.

3 participants