Skip to content

Commit 4322f5c

Browse files
committed
remove obsolete TODOs
1 parent 565a6f7 commit 4322f5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/factorizations/svd.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ function MatrixAlgebraKit.check_input(
151151
@assert axes(A, 1) == axes(U, 1) && axes(A, 2) == axes(Vt, 2)
152152
@assert axes(S, 1) == axes(S, 2)
153153

154-
# TODO: implement checks on axes of S, or find better way to do this without recomputing
155-
# pairing
156154
return nothing
157155
end
158156

@@ -168,8 +166,6 @@ function MatrixAlgebraKit.check_input(
168166
@assert axes(A, 1) == axes(U, 1) && axes(A, 2) == axes(Vt, 1) == axes(Vt, 2)
169167
@assert axes(S, 2) == axes(A, 2)
170168

171-
# TODO: implement checks on axes of S, or find better way to do this without recomputing
172-
# pairing
173169
return nothing
174170
end
175171

0 commit comments

Comments
 (0)