Test the FieldHeader getter operator#2348
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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #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:
|
We need to discuss this further so that I have more clarity on what we are trying to achieve with this generality. |
A new operator has been added to be able to get the Header of a
Fieldas aDataTree. This PR exposes and tests its getter