-
Notifications
You must be signed in to change notification settings - Fork 204
FIX: 6744-Update analysis.py #6770
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
- Refactor AvailableMethods class - add nominal_variation() method - deprecate get_independent_nominal_values() - update Analysis._export_touchstone() (fix #6744)
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6770 +/- ##
==========================================
- Coverage 83.51% 78.95% -4.56%
==========================================
Files 246 246
Lines 77864 77870 +6
==========================================
- Hits 65027 61486 -3541
- Misses 12837 16384 +3547 🚀 New features to boost your workflow:
|
- Also update unit tests.
|
@maxcapodi78 , @SMoraisAnsys : This is ready. |
| dict | ||
| Dictionary of independent nominal variations with values. | ||
| """ | ||
| return self.nominal_variation(dependent_params=False) |
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.
Please add a warning here too, like:
warnings.warn(
"Usage of get_independent_nominal_values is deprecated. Use nominal_variation instead.",
DeprecationWarning,
stacklevel=2,
)
AvailableMethodsclassnominal_variation()methodget_independent_nominal_values()Analysis._export_touchstone()(fix Problem in exporting touchstone file with PyAEDT - Optimetrics - HFSS #6744)Description
Please provide a brief description of the changes made in this pull request.
Issue linked
Please mention the issue number or describe the problem this pull request addresses.
Checklist