-
Notifications
You must be signed in to change notification settings - Fork 25
feat(plotter): enable plots of mesh scopings #2377
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
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #2377 +/- ##
===========================================
- Coverage 84.07% 47.38% -36.69%
===========================================
Files 91 91
Lines 10540 10573 +33
===========================================
- Hits 8861 5010 -3851
- Misses 1679 5563 +3884 |
The documentation for this pull request will be available at https://dpf.docs.pyansys.com/pull/2377. Please allow some time for the documentation to be deployed. |
---------- | ||
mesh: | ||
Mesh or meshes to use to translate the scopings into mesh entities. | ||
Associates each scoping to a mesh using labels if ``mesh`` is a collection of meshes. |
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.
Associates each scoping to a mesh using labels if ``mesh`` is a collection of meshes. | |
Associates each scoping to a mesh using labels if ``mesh`` is a MeshesContainer. |
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.
@rafacanton thanks this made me notice I actually forgot to implement that behavior
PS: codecoverage reporting is broken. Here coverage on new lines is 100%. |
Solves #1245
TODO: