legend-exp / dspeed

Fast Digital Signal Processing for particle detector signals in Python
https://dspeed.readthedocs.io
GNU General Public License v3.0
2 stars 13 forks source link

Added ability to set LGDO attributes through `build_dsp()` #44

Closed iguinn closed 8 months ago

iguinn commented 8 months ago

See issue https://github.com/legend-exp/dspeed/issues/21. Does not support passing dicts as attrs, giving TypeError: Object dtype dtype('O') has no native HDF5 equivalent

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (b319240) 61.39% compared to head (9a5322d) 61.44%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #44 +/- ## ========================================== + Coverage 61.39% 61.44% +0.05% ========================================== Files 46 46 Lines 2976 2980 +4 ========================================== + Hits 1827 1831 +4 Misses 1149 1149 ```

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