Closed lh12565 closed 5 years ago
These warnings come from umap. We have a line of code in there that uses scanpy, which uses umap to calculate an approximate NN graph. This graph is used for clustering when use_phenograph==False
. However, we have a small bug that runs this line even when use_phenograph==True
. We will fix this soon.
By the way, are you using use_phenograph==True
?
I use use_phenograph==False. Although there is a warning that I can ignore, I can't get results.
I see... @lh12565 This might actually have to do with your scanpy version. I see that we don't have scanpy in the setup.py requirements. I will go ahead and fix that soon!
Hi, When I execute this command:
I got a error as below