Closed dachengx closed 6 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
fuse/plugins/detector_physics/csv_input.py | 13 | 14 | 92.86% | ||
fuse/plugins/micro_physics/wfsim_connection.py | 0 | 4 | 0.0% | ||
fuse/plugins/micro_physics/input.py | 11 | 29 | 37.93% | ||
<!-- | Total: | 59 | 82 | 71.95% | --> |
Totals | |
---|---|
Change from base Build 8750740909: | 0.05% |
Covered Lines: | 2105 |
Relevant Lines: | 2936 |
@HenningSE Should this be float64
or int64
? https://github.com/XENONnT/fuse/blob/383aab0b4d5c4ff2f48fa60654a8460139945019/fuse/dtypes.py#L5
@HenningSE Should this be
float64
orint64
?https://github.com/XENONnT/fuse/blob/383aab0b4d5c4ff2f48fa60654a8460139945019/fuse/dtypes.py#L5
Good catch! This should be an int64
.
@dachengx Super nice :)
Similar to https://github.com/XENONnT/fuse/pull/147, but I added a type manager for all plugins.
fuse/dtypes.py
for all lists of fields". Will be set later"
from dtype ofclustered_interactions
csv_input_fields
indicating the needed fields forChunkCsvInput
This PR will also remove the trouble of updating the same field distributed in different files later.