Genentech / gReLU

gReLU is a python library to train, interpret, and apply deep learning models to DNA sequences.
https://genentech.github.io/gReLU/
MIT License
228 stars 23 forks source link

replaced .A with .toarray() #37

Closed avantikalal closed 3 months ago

avantikalal commented 3 months ago

scipy has removed support for the .A method in sparse arrays (https://github.com/scipy/scipy/issues/21049). Replaced this with .toarray().

gokceneraslan commented 3 months ago

Do we need any version pinning? If not, good to go.

avantikalal commented 3 months ago

Do we need any version pinning? If not, good to go.

This should not require pinning.