-
Notifications
You must be signed in to change notification settings - Fork 7
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
Crash during Probe Evaluation #233
Comments
Hey, did you try the same code with another adata = sp.ut.get_processed_pbmc_data() ( just to see if it's a dataset specific problem or a general bug. |
Yeah, I get the same index error. Very weird. |
Unfortunately I couldn't reproduce the issue yet since I had some rly weird local dependency issues today that I couldn't fix. I'll try to get to it asap but it'll be a busy week. If you want to investigate further without waiting I'd recommend to install the spapros dev version (new env, git clone ..., cd to spapros, |
I am also getting a similar issue when running evaluate_probeset when running the tutorial pipeline on the pbmc3k dataset. I did clone the git project, and created a new environment using python3.9, and installed required.txt using pip install -e The error I am getting Code
Output
Setup
|
Update to @pakiessling 's issue: I'm also running into @solvi808 's error now (thanks for raising!), will check that one next. |
Resolved the issue:
Please reinstall spapros to get the latest version |
Hi,
I tried to select probes and then evaluate them, but spapros crashes during "Probeset specific pre computations" of the evaluations
Code
Log
Setup
Any Ideas?
The text was updated successfully, but these errors were encountered: