Skip to content

Commit d7a1ab2

Browse files
authored
Update src/decompression.jl
1 parent 3911136 commit d7a1ab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/decompression.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Some coloring algorithms ([`GreedyColoringAlgorithm`](@ref) and [`ConstantColori
204204
Decompression into a denser `SparseMatrixCSC` is only implemented when all the conditions below are satisfied simultaneously:
205205
- the partition is `:row` or `:column` (not `:bidirectional`)
206206
- the decompression is `:direct` (not `:substitution`)
207-
- the decompression is full (so [`decompress_single_color!`](@ref) will not work)
207+
- the decompression is for all colors (so [`decompress_single_color!`](@ref) will not work)
208208
209209
Outside of these cases, it is up to the user to make sure that the sparsity pattern of the decompression target is an exact match.
210210

0 commit comments

Comments
 (0)