-
Notifications
You must be signed in to change notification settings - Fork 26
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
phonograph.cluster()
function doesn't seem to work correctly on Windows Subsystem for Linux
#13
Comments
We have tried the tutorial notebook again and it's working fine. Are you still having this issue? |
Strange. Are you using the dataset 3k PBMCs from a Healthy Donor (from 10x website)? |
I am using the data in the "examples" |
Sorry, we do not currently have a way to test this under Windows Subsystem for Linux. Did you check I'm also curious whether a much simpler example works on your environment or not: |
Yes, this tutorial |
Okay. That's good to know. Just trying to isolate the problem here. Do you think you can restart the kernel, rerun the notebook from scratch, save the |
@danli349 so I loaded up your
Yet, I couldn't reproduce the issue you're having. I think this is very specific to WSL. Aforementioned, we do not have that environment so cannot do any more testing at the moment. Is there any particular reason that you want to use WSL for your analysis? |
Great. Thanks a lot. |
phonograph.cluster()
function doesn't seem to work correctly on Windows Subsystem for Linux
Hi
I run this PhenoGraph tutorial "tutorial_pbmc3k.ipynb"
But the “phonograph.cluster()” function can’t successfully calculate the communities, all the communities are zeros. But there is no error or warning.
Is there something wrong with this function?
IPython 7.20.0
jupyter_client 6.1.11
jupyter_core 4.7.1
jupyterlab 3.0.7
notebook 6.2.0
scanpy==1.6.1 anndata==0.7.5 umap==0.4.6 numpy==1.19.2 scipy==1.4.1 pandas==1.2.1 scikit-learn==0.24.1 statsmodels==0.12.1 python-igraph==0.8.3 louvain==0.7.0 leidenalg==0.8.1
Thanks
Dan
The text was updated successfully, but these errors were encountered: