Skip to content
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

Python CI process killed with tiledbsoma 1.14.1 #1288

Closed
ivirshup opened this issue Sep 24, 2024 · 1 comment · Fixed by #1290
Closed

Python CI process killed with tiledbsoma 1.14.1 #1288

ivirshup opened this issue Sep 24, 2024 · 1 comment · Fixed by #1290
Assignees
Labels
bug Something isn't working tech

Comments

@ivirshup
Copy link
Collaborator

ivirshup commented Sep 24, 2024

I can replicate locally, investigating further


To replicate:

import cellxgene_census

census = cellxgene_census.open_soma(census_version="2023-12-15")
ad = cellxgene_census.get_anndata(
    census,
    organism="Homo sapiens",
    X_name="raw",
    obs_coords=slice(100),
    var_coords=slice(200),
    obsm_layers=["scvi"],
)
[1]    155365 killed     ipython

The segfault seems to occur if the user passed a value for obsm_layers IFF there is actually an entry in obsm to retrieve. However, we have a workaround in that we store embeddings separately from census.

@ivirshup ivirshup added bug Something isn't working tech labels Sep 24, 2024
@ivirshup ivirshup self-assigned this Sep 24, 2024
@ivirshup ivirshup changed the title Python CI hitting segfaults with tiledbsoma 1.14.1 Python CI process killed with tiledbsoma 1.14.1 Sep 25, 2024
@ivirshup
Copy link
Collaborator Author

This has been fixed with tiledbsoma 1.14.2. I'd say let's pin against 1.14.1 (e.g. !=1.14.1), but no need to rush out a release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tech
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant