Skip to content
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

feat: allow for debug mode execution #1577

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

RobPasMue
Copy link
Member

Description

Allow the execution of debug mode in product scripting.

Issue linked

Closes #1576

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)

@RobPasMue RobPasMue self-assigned this Dec 10, 2024
@RobPasMue RobPasMue requested a review from a team as a code owner December 10, 2024 15:44
@RobPasMue RobPasMue linked an issue Dec 10, 2024 that may be closed by this pull request
@github-actions github-actions bot added the enhancement New features or code improvements label Dec 10, 2024
Copy link
Contributor

@MaxJPRey MaxJPRey left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.60%. Comparing base (9f07547) to head (8aceaf3).

Files with missing lines Patch % Lines
src/ansys/geometry/core/modeler.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1577      +/-   ##
==========================================
- Coverage   91.61%   91.60%   -0.02%     
==========================================
  Files          86       86              
  Lines        7064     7067       +3     
==========================================
+ Hits         6472     6474       +2     
- Misses        592      593       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RobPasMue
Copy link
Member Author

This PR requieres that windows-latest is also windows-25.2 at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow product debug mode when running script
3 participants