-
Notifications
You must be signed in to change notification settings - Fork 74
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
s_gd2 typeerror #95
Comments
Is there a resolution to this error? I keep running into this problem. I've been using pandas dataframes and I've tried changing data types with the same result. Thanks! |
Could you post the data and code you're using that produces the error? I'm having a hard time reproducing it. In the meantime, you can avoid the error by using |
I can't post all the data, but I've included a small print out of the data below.
Here is the error this code outputs.
|
Could you please run the following:
and then drag |
The issue isn't the size of the data, it's sensitive biomedical data that I don't have permission to upload in full. |
But what you're seeing in my comment above is pretty much what it looks like. |
Unfortunately if I'm unable to view the data it's going to be difficult to diagnose. I tried to replicate data like yours and it runs fine.
Some diagnostics that might help:
|
So here are some results from this code.
|
First thing I would do is upgrade both of those packages and try again. If you're still having trouble, you could send me just the PHATE kernel which wouldn't contain any identifying information from your original data:
|
So the update didn't fix the issue and when I ran the zipping and pickling code, I got this error.
|
Oops, sorry -- you'll need to run |
Here is the kernal. |
I've tested this on python 3.6 on windows subsystem for linux, python 3.7 (anaconda) on windows, and python 3.8 on arch linux. All work fine.
Can you check the version of the following packages? (you'll need to run in powershell and double the slashes if on windows.)
My versions, for reference: On Arch virtualenv:
On Arch:
On WSL:
On Windows:
|
The text was updated successfully, but these errors were encountered: