Skip to content
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

fix: MaterialComposition analysis #2526

Merged

Conversation

paulgessinger
Copy link
Member

This has a fixed histogram bin range, and was default-constructing invalid elements that would then lead to a SEGFAULT when an element outside of the histogram range was to be filled.
This PR extends the histogram, and also adds a specific check and exception for the error case.
These do not have to be set manually.

This has a fixed histogram bin range, and was default-constructing
invalid elements that would then lead to a SEGFAULT when an element
outside of the histogram range was to be filled.
This PR extends the histogram, and also adds a specific check and
exception for the error case.
@paulgessinger paulgessinger added this to the next milestone Oct 10, 2023
@github-actions github-actions bot added the Component - Examples Affects the Examples module label Oct 10, 2023
andiwand
andiwand previously approved these changes Oct 10, 2023
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #2526 (b99ac0a) into main (ea7aaa5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2526   +/-   ##
=======================================
  Coverage   49.77%   49.77%           
=======================================
  Files         466      466           
  Lines       26310    26310           
  Branches    12093    12093           
=======================================
  Hits        13095    13095           
  Misses       4616     4616           
  Partials     8599     8599           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

asalzburger
asalzburger previously approved these changes Oct 10, 2023
@paulgessinger
Copy link
Member Author

@asalzburger can you click approve one more time?

@paulgessinger paulgessinger merged commit 2a75e2c into acts-project:main Oct 11, 2023
53 of 57 checks passed
@paulgessinger paulgessinger deleted the fix-material-composition branch October 11, 2023 08:30
paulgessinger added a commit that referenced this pull request Oct 11, 2023
This has a fixed histogram bin range, and was default-constructing
invalid elements that would then lead to a SEGFAULT when an element
outside of the histogram range was to be filled.
This PR extends the histogram, and also adds a specific check and
exception for the error case.
These do not have to be set manually.
@acts-project-service acts-project-service added the Fails Athena tests This PR causes a failure in the Athena tests label Oct 11, 2023
@paulgessinger paulgessinger modified the milestones: next, v30.2.0 Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Examples Affects the Examples module Fails Athena tests This PR causes a failure in the Athena tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants