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

DOCS: Fix python code error in visualization report #5437

Merged
merged 3 commits into from
Nov 18, 2024

Conversation

SMoraisAnsys
Copy link
Collaborator

Changes include:

  • fixing the documentation error;
  • refactoring the Fields's __init__ method to use post_app as input argument name instead of app.

The second point would have helped to understand that one must provide a post application and not an app like Hfss, ...

The error would probably not have appeared if
the __iniy__ method of Fields had "post_app" as input
argument instead of "app".
I assume this led to the confusion with providing an AEDT app
such as Hfss, ...
@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 documentation Improvements or additions to documentation label Nov 15, 2024
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.38%. Comparing base (c592dac) to head (bbaa20a).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5437      +/-   ##
==========================================
- Coverage   84.39%   84.38%   -0.01%     
==========================================
  Files         140      140              
  Lines       58669    58671       +2     
==========================================
- Hits        49513    49510       -3     
- Misses       9156     9161       +5     
---- 🚨 Try these New Features:

Copy link
Collaborator

@MaxJPRey MaxJPRey 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 merged commit 780a7e0 into main Nov 18, 2024
42 checks passed
@SMoraisAnsys SMoraisAnsys deleted the docs/fix-python-code-error branch November 18, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants