-
Notifications
You must be signed in to change notification settings - Fork 184
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
Pandas error on aucell step when using loom input/output #51
Comments
Hi Chris, I definitely has something to do with the binarization as this is only done when creating a loom file as output. After looking at the stacktrace and the code base it probably has something to do with Kr, |
Hi Chris, When using the latest version of pandas (0.24.2) I'm not able to replicate this error. Kindest regards, |
@bramvds is |
It'd be great if you can replace |
Fixed in latest release. |
This issue appears to be caused by a major update to pandas. Using pandas version 0.23.4, this step completes with no problems. Using the latest pandas (Jan 25, version 0.24.1), I get the following error:
However, this step completes correctly when using an expression matrix text file as input (works on both pandas versions). There appears to be some differences in either the auc matrix or the binarization step when the input is a loom vs a text file that cause this.
The text was updated successfully, but these errors were encountered: