Skip to content

Commit

Permalink
Add private module aliases for scipy.sparse
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Tann <[email protected]>
  • Loading branch information
connortann committed Mar 7, 2024
1 parent 12964ec commit 54fe015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slicer/slicer_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,8 @@ class UnifiedDataHandler:
("numpy", "ndarray"): ArrayHandler,
("scipy.sparse.csc", "csc_matrix"): ArrayHandler,
("scipy.sparse.csr", "csr_matrix"): ArrayHandler,
("scipy.sparse._csc", "csc_matrix"): ArrayHandler,
("scipy.sparse._csr", "csr_matrix"): ArrayHandler,
("scipy.sparse.dok", "dok_matrix"): ArrayHandler,
("scipy.sparse.lil", "lil_matrix"): ArrayHandler,
("pandas.core.frame", "DataFrame"): DataFrameHandler,
Expand Down

0 comments on commit 54fe015

Please sign in to comment.