Closed avantikalal closed 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().
.A
.toarray()
Do we need any version pinning? If not, good to go.
This should not require pinning.
scipy has removed support for the
.A
method in sparse arrays (https://github.com/scipy/scipy/issues/21049). Replaced this with.toarray()
.