Commit 9f06021
Add issparse method for AbstractVectorOfArray
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 <noreply@anthropic.com>1 parent 537a78e commit 9f06021
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
0 commit comments