Open iguinn opened 2 months ago
Attention: Patch coverage is 0%
with 29 lines
in your changes missing coverage. Please review.
Project coverage is 48.91%. Comparing base (
981877e
) to head (ee73d2a
).
Files | Patch % | Lines |
---|---|---|
src/pygama/pargen/utils.py | 0.00% | 29 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is this tested @ggmarshall? @iguinn can you bump the pydataobj version in pyproject.toml
, if this is not backward compatible?
Not on my end but I can have a look later this week
load_data
was using too much memory (at least in P08 which is a larger dataset), and crashing my attempts to process it on NERSC. Switch it to use the fieldmask when reading from the input files and the LH5Iterator to limit the number of entries in memory at once. Also improved commenting/docstring.Note this should not be merged until this is also merged: https://github.com/legend-exp/legend-pydataobj/pull/100