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

Bug fix in LH5Store.read(): check for n_rows longer than idxs before dropping #65

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

ggmarshall
Copy link
Contributor

Last pr could introduce unintended behaviour if user specifies n_rows longer than the idxs provided

@gipert gipert changed the title check for n_rows longer than idxs before dropping Bug fix in LH5Store.read(): check for n_rows longer than idxs before dropping Jan 30, 2024
@gipert gipert added bug Something isn't working lh5 HDF5 I/O labels Jan 30, 2024
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

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

Comparison is base (ae371f2) 72.91% compared to head (e5ed8ff) 72.89%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/lgdo/lh5/store.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
- Coverage   72.91%   72.89%   -0.02%     
==========================================
  Files          29       29              
  Lines        2466     2468       +2     
==========================================
+ Hits         1798     1799       +1     
- Misses        668      669       +1     

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

@gipert gipert merged commit 6637343 into legend-exp:main Jan 30, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lh5 HDF5 I/O
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants