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
Fixes#486
When issparse(::SubArray) is called, it tries to call issparse on the
parent array. If the parent is an AbstractVectorOfArray, there was no
issparse method defined, causing a MethodError.
This commit adds issparse method that returns false for
AbstractVectorOfArray, since it is not a sparse array type.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments