Skip to content

Commit

Permalink
Merge 61d7b0e into b8d28b5
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed Jan 12, 2024
2 parents b8d28b5 + 61d7b0e commit 417d745
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tensor_operations/matrix_decomposition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,9 @@ function factorize(
(singular_values!)=nothing,
dir=nothing,
)
@debug_check begin
checkflux(A)
end
if !isnothing(eigen_perturbation)
if !(isnothing(which_decomp) || which_decomp == "eigen")
error("""when passing a non-trivial eigen_perturbation to `factorize`,
Expand Down

0 comments on commit 417d745

Please sign in to comment.