Skip to content

Commit 0e5f02e

Browse files
committed
small edit to sparsitystatus
1 parent 312d5fa commit 0e5f02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ end
102102
Return the current sparsity of `A`, which is one of `Dense`,
103103
`Bitmap`, `Sparse`, or `Hypersparse`.
104104
"""
105-
function sparsitystatus(A::AbstractGBArray)
105+
function sparsitystatus(A)
106106
wait(A) # We need to do this to ensure we're actually unpacking correctly.
107107
t = GBSparsity(gbget(A, SPARSITY_STATUS))
108108
return consttoshape(t)

0 commit comments

Comments
 (0)