Skip to content

Commit 251559f

Browse files
authored
Small simplification
1 parent da0f65a commit 251559f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/factorizations/svd.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ function MatrixAlgebraKit.initialize_output(
107107
bcolIs = Int.(last.(Tuple.(bIs)))
108108
for bI in eachblockstoredindex(A)
109109
row, col = Int.(Tuple(bI))
110-
nrows = brows[row]
111-
s_axes[col] = nrows
110+
s_axes[col] = brows[row]
112111
end
113112

114113
# fill in values for blocks that aren't present, pairing them in order of occurence

0 commit comments

Comments
 (0)