-
Notifications
You must be signed in to change notification settings - Fork 46
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
Segfault / python free() invalid size error during compute_transition_matrix #1148
Comments
Here comes another kind of bug: after I ran |
yes, that seems like an scvelo bug. |
Hi @michalk8, do you have any idea of what could have caused the original bug here? |
Does this issue still persist @KforKuma ? |
nope... I tried a few times on several different python version & cellrank version. Somehow I believe this may be related to scikit-learn? Because I repetitively encounter
I have to |
I followed up the tutorial here and with the pancreas exmaple dataset. Every time I went to the line
vk.compute_transition_matrix()
, python produced a segfault. Sometimes it just corrupted, other times it printed very long output, which is attached below.Versions:
Besides my python is 3.10 and I am on a Centos 6 server. I'm a little bit concerned about using an old version of system, does it matter? I have seen many example when ppl using Ubuntu they simply sudo install libmalloc-minimal4 but it seems to be a different situation.
The text was updated successfully, but these errors were encountered: