Skip to content

Commit 93ae6ff

Browse files
authored
Update src/decompression.jl
1 parent 9e3595c commit 93ae6ff

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
@@ -465,7 +465,7 @@ function decompress_single_color!(
465465
rvS = rowvals(S)
466466
for j in group[c]
467467
for k in nzrange(S, j)
468-
if lower_index compressed_indices[k] upper_index
468+
if lower_index <= compressed_indices[k] <= upper_index
469469
l = compressed_indices[k] - offset
470470
i = rvS[k]
471471
if i == j

0 commit comments

Comments
 (0)