-
Notifications
You must be signed in to change notification settings - Fork 25
Test the FieldHeader getter operator #2348
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: master
Are you sure you want to change the base?
Conversation
This reverts commit 24a14f3.
This now fails as the server is not up-to-date. It passes with the right server: #2344 |
The documentation for this pull request will be available at https://dpf.docs.pyansys.com/pull/2348. Please allow some time for the documentation to be deployed. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #2348 +/- ##
==========================================
+ Coverage 84.10% 84.11% +0.01%
==========================================
Files 91 91
Lines 10529 10538 +9
==========================================
+ Hits 8855 8864 +9
Misses 1674 1674 |
@Sangsimon Putting this work on hold so it can be more generic. I think this should fall on the Header exposure you will be working on. TODOs:
|
A new operator has been added to be able to get the Header of a
Field
as aDataTree
. This PR exposes and tests its getter