Skip to content

Commit c02ce1b

Browse files
committed
Fix
1 parent 2667a28 commit c02ce1b

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-
@assert size(A) == size(S)
674+
uplo == :F && check_same_pattern(A, S)
675675

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

0 commit comments

Comments
 (0)