Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Merge branch 'compat38' of https://github.com/BiocPy/generics into co…
Browse files Browse the repository at this point in the history
…mpat38
  • Loading branch information
jkanche committed Oct 25, 2023
2 parents c754248 + 7ab9928 commit 60920bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/biocgenerics/combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def _combine_sparse(*x):
pass



if is_package_installed("pandas") is True:
from pandas import DataFrame, Series

Expand Down
2 changes: 1 addition & 1 deletion src/biocgenerics/combine_rows.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _combine_rows_sparse_arrays(*x):
return _generic_combine_rows_dense_sparse(x)

raise ValueError("All elements must be 2-dimensional matrices.")

try:
combine_rows.register(sp.sparray, _combine_rows_sparse_arrays)
except Exception:
Expand Down

0 comments on commit 60920bd

Please sign in to comment.