XENONnT / appletree

A high-performance program simulates and fits response of XENON
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Fix S1 bias coordinate #174

Closed zihaoxu98 closed 3 months ago

zihaoxu98 commented 3 months ago

This is a long existing bug in BBF but we never took it seriously. The bias was defined in the number of PE coordinate but in the past it was interpolated based on number of PhD. This is fixed in this PR.

Also a small function is added which I find useful to clear all caches.

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9897340202

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
appletree/share.py 1 3 33.33%
<!-- Total: 5 7 71.43% -->
Totals Coverage Status
Change from base Build 9735253744: -0.06%
Covered Lines: 2368
Relevant Lines: 2792

💛 - Coveralls