We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1243386 commit 0d5e732Copy full SHA for 0d5e732
src/decompression.jl
@@ -79,6 +79,8 @@ end
79
function compress(
80
A, result::AbstractColoringResult{structure,:bidirectional}
81
) where {structure}
82
+ TA = eltype(A)
83
+ T = TA == Bool ? Int : TA
84
row_group = row_groups(result)
85
column_group = column_groups(result)
86
if isempty(row_group)
0 commit comments