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

PERF: improve create ellipse 2d/3d #4700

Merged
merged 17 commits into from
May 24, 2024
Merged

PERF: improve create ellipse 2d/3d #4700

merged 17 commits into from
May 24, 2024

Conversation

gmalinve
Copy link
Contributor

No description provided.

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@gmalinve gmalinve changed the title FEAT : improve create ellipse 2d/3d Perf : improve create ellipse 2d/3d May 21, 2024
@github-actions github-actions bot added the enhancement New features or code improvements label May 21, 2024
@gmalinve gmalinve changed the title Perf : improve create ellipse 2d/3d PERF : improve create ellipse 2d/3d May 21, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.37%. Comparing base (a17f1b2) to head (514290b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4700      +/-   ##
==========================================
- Coverage   80.38%   80.37%   -0.01%     
==========================================
  Files         122      122              
  Lines       55095    55097       +2     
==========================================
- Hits        44288    44285       -3     
- Misses      10807    10812       +5     

SMoraisAnsys
SMoraisAnsys previously approved these changes May 21, 2024
Copy link
Collaborator

@SMoraisAnsys SMoraisAnsys left a comment

Choose a reason for hiding this comment

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

LGTM but not sure of the changes impact on the created ellipse. Did you tried them ?

MaxJPRey
MaxJPRey previously approved these changes May 21, 2024
Copy link
Collaborator

@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.

@gmalinve gmalinve linked an issue May 23, 2024 that may be closed by this pull request
@SMoraisAnsys SMoraisAnsys changed the title PERF : improve create ellipse 2d/3d PERF: improve create ellipse 2d/3d May 23, 2024
Copy link
Collaborator

@SMoraisAnsys SMoraisAnsys left a comment

Choose a reason for hiding this comment

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

@gmalinve Proposed changes should fix the iron python error (an extra comma seems to be the issue)

pyaedt/modeler/cad/Primitives2D.py Outdated Show resolved Hide resolved
Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com>
@gmalinve gmalinve dismissed stale reviews from SMoraisAnsys and MaxJPRey via ab3c825 May 23, 2024 09:20
@gmalinve gmalinve enabled auto-merge (squash) May 23, 2024 18:45
@gmalinve gmalinve merged commit 72a0ee0 into main May 24, 2024
33 checks passed
@gmalinve gmalinve deleted the feat/improve_create_ellipse branch May 24, 2024 06:25
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.

Make available number of segments in create_ellipse
6 participants