-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add shell layer selection #769
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Paul Profizi <[email protected]>
…ltiple_bodies # Conflicts: # tests/test_simulation.py
…ll layer in source operator should be made configurable.
…' into jvonrick/add_shell_layer_selection
Skip shell layers if the are no input for the result operator
@@ -169,40 +177,72 @@ def average_per_body_complex_multi_body(): | |||
|
|||
|
|||
@dataclasses.dataclass |
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.
We don't need the results per body for elemental results => For elemental results only the combined reference files are used.
# shell layer, the shell layer is not selected and the results are split into solids | ||
# and shells. Here, we add an additional shell layer selection and merge_shell_solid | ||
# operator to manually merge the results. If the shell layer was already selected, this | ||
# should do nothing. |
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.
@MichaelNale Just FYI
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #769 +/- ##
==========================================
+ Coverage 85.12% 85.17% +0.05%
==========================================
Files 52 52
Lines 5175 5201 +26
==========================================
+ Hits 4405 4430 +25
- Misses 770 771 +1 |
Add shell layer selection to _get_result interface.
Todo: