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

Implement active volume calculation for cracks #66

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

apearsonn
Copy link
Contributor

Currently, the active volume calculation for detectors with cracks was not implemented.
I did the calculation and added the formulas for vertical and inclined cracks to the code.

The only thing missing is the handling of fccd,
@fhagemann: could you add this?

@fhagemann fhagemann linked an issue Sep 18, 2024 that may be closed by this pull request
Copy link

codecov bot commented Sep 18, 2024

Codecov Report

Attention: Patch coverage is 5.88235% with 16 lines in your changes missing coverage. Please review.

Project coverage is 34.04%. Comparing base (f631749) to head (8fa3ba8).
Report is 13 commits behind head on dev.

Files with missing lines Patch % Lines
src/active_volume.jl 0.00% 16 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev      #66      +/-   ##
==========================================
- Coverage   34.25%   34.04%   -0.21%     
==========================================
  Files          28       28              
  Lines        1854     1865      +11     
==========================================
  Hits          635      635              
- Misses       1219     1230      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fhagemann
Copy link
Contributor

None of the test detectors have cracks, that's why the codecoverage fails.

@theHenks
Copy link
Collaborator

Great job and thank you @apearsonn . Looks good to me and can be merged!

@fhagemann fhagemann merged commit d3c7ea5 into legend-exp:dev Sep 19, 2024
6 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Active volume calculations for detectors with cracks
3 participants