Skip to content

Commit 0384790

Browse files
committed
Fix
1 parent c02ce1b commit 0384790

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
@@ -671,7 +671,7 @@ function decompress!(
671671
(; S) = ag
672672
A_colptr = A.colptr
673673
nzA = nonzeros(A)
674-
uplo == :F && check_same_pattern(A, S)
674+
uplo == :F && check_compatible_pattern(A, S)
675675

676676
if eltype(buffer) == R
677677
buffer_right_type = buffer

0 commit comments

Comments
 (0)