-
Notifications
You must be signed in to change notification settings - Fork 140
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: Allow Optimetrics multi goals #5583
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5583 +/- ##
==========================================
- Coverage 85.30% 85.29% -0.01%
==========================================
Files 152 152
Lines 60868 60906 +38
==========================================
+ Hits 51923 51950 +27
- Misses 8945 8956 +11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Optimetrics module was not allowing multiple goal definition.
Optimetrics objects was not consistent when new setup created by pyaedt and existing one.
Issue linked
#5564
Checklist