-
Notifications
You must be signed in to change notification settings - Fork 20
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 in encoding data with pyd4 when using sparse #54
Comments
mrvollger
added a commit
to mrvollger/fibertools
that referenced
this issue
Jun 30, 2022
Hi Mitchell, I've published a fixed version of pyd4 on pythonpi, would you mind confirm my fix works on your side? Thanks, |
Hi Hao, Thanks for a quick fix! It looks like everything on my end is now good. Thanks again, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have attached an example where pyd4 doesn't encode the underlying data correctly when using the sparse builder (I think):
Error:
Data file:
1.bed.gz
However, if I comment out the
.for_sparse_data()
I get the correct results.Am I somehow doing the sparse encoding wrong?
Thanks,
Mitchell
The text was updated successfully, but these errors were encountered: