-
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: Add distributed filters topology #5687
Conversation
…sys/pyaedt into FEAT__Add_distributed_filters # Conflicts: # src/ansys/aedt/core/filtersolutions.py
For more information, see https://pre-commit.ci
…sys/pyaedt into FEAT__Add_distributed_filters
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5687 +/- ##
==========================================
- Coverage 85.20% 85.20% -0.01%
==========================================
Files 156 156
Lines 61070 61070
==========================================
- Hits 52037 52033 -4
- Misses 9033 9037 +4 |
Test coverage results are attached: ---------- coverage: platform win32, python 3.11.8-final-0 -----------
|
Looking at the coverage results, there are some lines that aren't covered. Are there some tests missing or what did the coverage check reveal? |
Improved test coverage: ---------- coverage: platform win32, python 3.11.8-final-0 -----------
|
Hi @ramin4667, I looked at the files changed in doc/source/API, here are my notes. doc/source/API/FilterSolutions.rst Thank you, |
…ub.com/ansys/pyaedt into FEAT__Add_distributed_filters_topology
@DulceRiosK Thanks for your comments. Can you please resolve the fixed comments? |
…ub.com/ansys/pyaedt into FEAT__Add_distributed_filters_topology
…ub.com/ansys/pyaedt into FEAT__Add_distributed_filters_topology
Hi @ramin4667, is this PR ready to be merged? Please consider that if a Pull Request is not draft, it will consume the CICD resources, which will block other PRs that are ready to be merged. If you are testing something, I suggest you do it first locally and move the PR to draft, which will not trigger the unit tests and then it will allow other PRs to go ahead. If your PR is ready, and you are just facing issues in the CICD, then nevermind, we all have these issues :) |
Hi @Samuelopez-ansys, Thanks for letting me know. |
@SMoraisAnsys Do you know why Codacy is detecting this as a password? |
@Samuelopez-ansys I guess because of the term "pass". |
…ub.com/ansys/pyaedt into FEAT__Add_distributed_filters_topology
@DulceRiosK Could you please approve this PR? |
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.
Looks good to me.
Description
This PR adds attributes of the topology page of distributed filters to the FilterSolutions API.
Issue linked
All parameters, attributes, test cases, docstrings, and Sphinx help files have been addressed.
Checklist
This PR is a replacement for #5608 after we switched branches. A fuller review and the fixes were first applied there.