You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Bento007
added
bug
Something isn't working
tech
Tech issues that do not require product prioritization. Tech debt, tooling, ops, etc.
labels
Jan 7, 2025
Description
Here in the code when slicing the X matrix with a Pandas.Series and attribute error is thrown.
single-cell-curation/cellxgene_schema_cli/cellxgene_schema/validate.py
Line 614 in b4b1a5f
This failure started occurring with scipy version 1.15.0. Rolling back to scipy version 1.14.1 fixes the issue. There maybe migration steps needs to support the new scipy sparse format see https://docs.scipy.org/doc/scipy/reference/sparse.migration_to_sparray.html#recommended-steps-for-migration
The text was updated successfully, but these errors were encountered: