-
Notifications
You must be signed in to change notification settings - Fork 102
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
scvelo.tl.velocity_graph throws ValueError #1044
Comments
Ok, I did some more digging. Downgrading from numpy-1.24.3 to numpy-1.23.5 fixes the problem. However, not working with the latest numpy version. |
Closing as duplicate of #1058. |
@WeilerP I wrestled with this too. Tried downgrading to numpy==1.21.1 which didn't work, but 1.23.5 makes it run smoothly. Thanks! |
@alexblaessle I occur this bug too. Downgrading from numpy-1.24.3 to numpy-1.23.5 is working! Thank you! @WeilerP And I think maybe it is not totally duplicate of #1058, following your solution for #1058, the bug on scv.tl.recover_dynamics is fixed perfectly~ but the bug on scv.tl.velocity_graph still remain until downgrading numpy. Thanks! |
I occur this bug too. Manipulating numpy versions didn't work. |
I changed numpy to 1.23.5, but it still not work. then I updated the TensorFlow 2, it suddenly worked. I don't know if this can fix the problem, just for your reference. |
I'm not reporting new errors; I just want to let people know changing to 1.23.5 makes it work for me. |
Hello, |
Hi
I was trying to reproduce the intro tutorial, however, I am getting a ValueError when running scv.tl.velocity_graph(adata).
Error output
Versions
The text was updated successfully, but these errors were encountered: