-
Notifications
You must be signed in to change notification settings - Fork 194
FEAT: Icepak model reviewer extension #6495
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6495 +/- ##
==========================================
+ Coverage 81.44% 81.72% +0.28%
==========================================
Files 230 234 +4
Lines 73726 74753 +1027
==========================================
+ Hits 60044 61092 +1048
+ Misses 13682 13661 -21 🚀 New features to boost your workflow:
|
Hi @siva-krishnaswamy @lorenzovecchietti , I think you missed the last update regarding extensions, we are in the middle of the refactoring of the extension to follow a common way, so we need you to refactor it in a proper way. Here you can find some guidelines: And as you can see, it is an ongoing process, some extensions are migrated and others are not: In summary, we are improving:
Please reach out if you have comments. |
@siva-krishnaswamy @lorenzovecchietti My previous message is not 100% correct, I see you are using the Common class, GREAT! You just missed the unit tests, please check that we have system tests and unit tests, the latter tests the UI interaction. I put the PR in draft to not overload the CICD until the tests are ready. |
@Samuelopez-ansys , Thanks . I will add system and unit test. |
… feat/icepak_model_reviewer # Conflicts: # src/ansys/aedt/core/extensions/icepak/icepak_model_reviewer.py # src/ansys/aedt/core/extensions/icepak/icepak_model_reviewer/__init__.py # src/ansys/aedt/core/extensions/icepak/model_reviewer/backend.py
Description
** toolkit to review and modify project settings in single ui. Uses export config and import config functions in pyaedt. Exported config is displayed in a table. if modified, then imported back using import config**
Issue linked
Please mention the issue number or describe the problem this pull request addresses.
Checklist