Open greschd opened 1 week ago
Attention: Patch coverage is 88.46154%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 94.76%. Comparing base (
699324d
) to head (31c84a9
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/ansys/acp/core/_model_printer.py | 88.46% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Change the implementation of 'get_model_tree' to use the '_GRPC_PROPERTIES' class attribute, and thus include all newly-added object types in the representation.
The style of the tree has changed in some ways:
To discuss:
The new tree structure can be seen in the updated test cases, or in
print_model.rst
.Partially addresses #348, interactive tree support in Jupyter notebooks is still missing.