-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Copy link
Labels
PRIORITYIssue/PR assigned with this tag must be given priority over the rest of the backlogIssue/PR assigned with this tag must be given priority over the rest of the backlog
Description
Issue found coming from #1863
When we implemented the lazy-loading of the various elements inside a NamedSelection we realized that there is a bug under the following circumstances.
- You create a NamedSelection using PyAnsys Geometry containing "beams". See test
test_named_selection_contentsfor reference - NamedSelection creation goes through and, apparently, the beam got added to the NS
- When you try to retrieve the beam using the NamedSelectionStub.Get() method... the beam does not show up
- This causes the test to fail since it is expecting a beam to be part of its NS.
Previously, since we were not verifying this and we did not implement the lazy-loading/caching... this was not identified. But this bug is probably since the beginning.
Metadata
Metadata
Assignees
Labels
PRIORITYIssue/PR assigned with this tag must be given priority over the rest of the backlogIssue/PR assigned with this tag must be given priority over the rest of the backlog