Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LGDO format conversion utilities #30

Merged
merged 54 commits into from
Dec 30, 2023

[docs] update LH5Files tutorial

f5a317c
Select commit
Loading
Failed to load commit list.
Merged

Add LGDO format conversion utilities #30

[docs] update LH5Files tutorial
f5a317c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 30, 2023 in 0s

75.49% (target 20.00%)

View this Pull Request on Codecov

75.49% (target 20.00%)

Details

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (772fe17) 74.87% compared to head (f5a317c) 75.49%.
Report is 21 commits behind head on main.

Files Patch % Lines
src/lgdo/types/table.py 78.78% 7 Missing ⚠️
src/lgdo/types/encoded.py 87.09% 4 Missing ⚠️
src/lgdo/compression/radware.py 33.33% 2 Missing ⚠️
src/lgdo/compression/varlen.py 50.00% 1 Missing ⚠️
src/lgdo/types/array.py 95.83% 1 Missing ⚠️
src/lgdo/types/fixedsizearray.py 66.66% 1 Missing ⚠️
src/lgdo/types/lgdo.py 83.33% 1 Missing ⚠️
src/lgdo/types/scalar.py 50.00% 1 Missing ⚠️
src/lgdo/types/struct.py 88.88% 1 Missing ⚠️
src/lgdo/types/waveformtable.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   74.87%   75.49%   +0.61%     
==========================================
  Files          27       28       +1     
  Lines        2209     2379     +170     
==========================================
+ Hits         1654     1796     +142     
- Misses        555      583      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.