-
Notifications
You must be signed in to change notification settings - Fork 3
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
sp.tl.identify_interactions
fails on Windows due to joblib
issue in Github action tests
#19
Comments
Some other people having that issue mention reducing the number of workers pointing towards and actual memory issue in Github actions: Spandan-Madan/Pytorch_fine_tuning_Tutorial#10 |
sp.tl.identify_interactions
fails on Windows due to joblib
issuesp.tl.identify_interactions
fails on Windows due to joblib
issue in Github action tests
@yuqiyuqitan we can test this on the Stanford Windows server |
This seems to be a distance_pvals = sp.tl.identify_interactions(
adata=adata,
id="index",
x_pos="x",
y_pos="y",
cell_type="celltype",
region="unique_region",
num_iterations=100,
num_cores=1, # <----------------------- here
# TODO: Windows runner on Github Actions hat trouble with multi-core.
# We should test with multiple cores, too.
# num_cores=10,
min_observed=10,
comparison="condition",
) I am leaving this issue open for now since it still needs to be tested whether this is an issue with Github Actions or generally with Windows. |
This happens in the tests triggered via Github actions (Windows only!) ... maybe this does not happen in real life? Should be tested on a separate Windows machine.
Here are the exception details:
The text was updated successfully, but these errors were encountered: