-
Notifications
You must be signed in to change notification settings - Fork 142
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
REFACTOR: populate pyvista object refactoring #5887
Conversation
- info message is a bit more polite. (cherry picked from commit 03371f7)
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 #5887 +/- ##
==========================================
+ Coverage 84.95% 84.99% +0.04%
==========================================
Files 162 162
Lines 62304 62358 +54
==========================================
+ Hits 52929 53000 +71
+ Misses 9375 9358 -17 🚀 New features to boost your workflow:
|
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.
Nice work. This seems like a good solution in the near-term.
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.
Thanks for the contribution ! Great refactoring :)
Could you answer some of my questions and address a few proposed changes ? The function renaming can be performed later (but it would be great to do it)
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
In this PR we improve the method populate_pyvista_object in order to be able to handle vector fields. So far we were only able to handle scalar fields.
In the UTs I test that the method works for all three types of field files: .fld, .aedtplt, .case.
Issue linked
Please mention the issue number or describe the problem this pull request addresses.
Checklist