legend-exp / LegendHDF5IO.jl

HDF5-IO in Julia for the LEGEND experiment
Other
0 stars 6 forks source link

Add missing function to read/write a `Symbol` using `LHDataStore` #32

Closed fhagemann closed 1 year ago

fhagemann commented 1 year ago

readdata and writedata both were able to save Symbols using LegendHDF5IO. The new implementation with LHDataStore did not support this yet.

With this PR, reading and writing Symbols will also be supported.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.41% :warning:

Comparison is base (3176874) 48.31% compared to head (cf9b6e5) 47.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #32 +/- ## ========================================== - Coverage 48.31% 47.91% -0.41% ========================================== Files 6 6 Lines 594 599 +5 ========================================== Hits 287 287 - Misses 307 312 +5 ``` | [Files Changed](https://app.codecov.io/gh/legend-exp/LegendHDF5IO.jl/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=legend-exp) | Coverage Δ | | |---|---|---| | [src/types.jl](https://app.codecov.io/gh/legend-exp/LegendHDF5IO.jl/pull/32?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=legend-exp#diff-c3JjL3R5cGVzLmps) | `87.76% <0.00%> (-2.40%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.