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

LH5Iterator always returns the first buffer_len entries of the iterated file #82

Open
nikolay327 opened this issue Apr 17, 2024 · 1 comment
Assignees
Labels
lh5 HDF5 I/O

Comments

@nikolay327
Copy link
Member

Can this line be the problem: link ?
Is the condition self.n_rows < self.buffer_len always false after the first iteration?
Below, I compared the first and the second buffer returned by the iterator. They are identical with each other.

Screenshot (179)

@gipert gipert added the lh5 HDF5 I/O label Apr 17, 2024
@iguinn
Copy link
Contributor

iguinn commented Apr 18, 2024

Hi Niko, can you give me some more details about what you are doing here? What are the file(s) and channel(s) and data field you are looking at? Attaching your notebook might be helpful for debugging this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lh5 HDF5 I/O
Projects
None yet
Development

No branches or pull requests

3 participants