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

FIX: Export configuration and AEDT crash #4913

Merged
merged 9 commits into from
Jul 12, 2024
Merged

Conversation

maxcapodi78
Copy link
Collaborator

  • export_configuration method was failing under certain circumstances
  • aedt_objects were still referenced after a project was closed and could cause crash in AEDT during debug mode.

- export_configuration method was failing under certain circumstances
- aedt_objects were still referenced after a project was closed and could cause crash in AEDT during debug mode.
@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

@github-actions github-actions bot added the bug Something isn't working label Jul 12, 2024
SMoraisAnsys
SMoraisAnsys previously approved these changes Jul 12, 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, I left minor comments

pyaedt/generic/configurations.py Show resolved Hide resolved
pyaedt/generic/configurations.py Show resolved Hide resolved
@SMoraisAnsys SMoraisAnsys changed the title FIX: fixing 2 issues: FIX: export_configuration and AEDT crash Jul 12, 2024
@SMoraisAnsys SMoraisAnsys changed the title FIX: export_configuration and AEDT crash FIX: Export configuration and AEDT crash Jul 12, 2024
@github-actions github-actions bot added the maintenance Package and maintenance related label Jul 12, 2024
@maxcapodi78 maxcapodi78 enabled auto-merge (squash) July 12, 2024 13:43
Alberto-DM
Alberto-DM previously approved these changes Jul 12, 2024
Copy link
Contributor

@Alberto-DM Alberto-DM left a comment

Choose a reason for hiding this comment

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

LGTM

SMoraisAnsys
SMoraisAnsys previously approved these changes Jul 12, 2024
Copy link

codecov bot commented Jul 12, 2024

Codecov Report

Attention: Patch coverage is 83.09859% with 12 lines in your changes missing coverage. Please review.

Project coverage is 83.34%. Comparing base (506637b) to head (e242c5f).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4913      +/-   ##
==========================================
+ Coverage   79.12%   83.34%   +4.21%     
==========================================
  Files         118      119       +1     
  Lines       54177    54328     +151     
==========================================
+ Hits        42869    45277    +2408     
+ Misses      11308     9051    -2257     

@maxcapodi78 maxcapodi78 dismissed stale reviews from SMoraisAnsys and Alberto-DM via c331c8a July 12, 2024 14:51
@maxcapodi78 maxcapodi78 merged commit b498169 into main Jul 12, 2024
45 of 46 checks passed
@maxcapodi78 maxcapodi78 deleted the fix_export_configuration branch July 12, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants