-
Notifications
You must be signed in to change notification settings - Fork 134
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
FEAT: Identify coupling 5649 #5659
base: main
Are you sure you want to change the base?
Conversation
…touchstone_parser.py
…touchstone_parser.py
…touchstone_parser.py
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
For more information, see https://pre-commit.ci
…ntify_coupling_5649
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5659 +/- ##
==========================================
- Coverage 85.21% 79.98% -5.23%
==========================================
Files 156 156
Lines 61070 61106 +36
==========================================
- Hits 52038 48876 -3162
- Misses 9032 12230 +3198 |
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.
@amichel0205 please use a valid s-parameter for testing.
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.
Hi @amichel0205 ,
I think the argument log_file_name should be the last one and not the first one, because it is only used when you want to save it.
In addition, you should change the name, to output_file, we are trying to make consisten name of variables in all PyAEDT, the methods, the description could be something like:
Output file path to save .... . If None no file is saved.
The same for start_at_frequency, should be start_frequency keeping consistency.
For more information, see https://pre-commit.ci
…ntify_coupling_5649
For more information, see https://pre-commit.ci
For more information, see https://pre-commit.ci
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
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.
I left some refactoring proposition.
src/ansys/aedt/core/visualization/advanced/touchstone_parser.py
Outdated
Show resolved
Hide resolved
src/ansys/aedt/core/visualization/advanced/touchstone_parser.py
Outdated
Show resolved
Hide resolved
src/ansys/aedt/core/visualization/advanced/touchstone_parser.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Sébastien Morais <[email protected]>
Co-authored-by: Sébastien Morais <[email protected]>
Co-authored-by: Sébastien Morais <[email protected]>
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
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