Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
devmotion and github-actions[bot] authored Apr 16, 2024
1 parent 006e8f0 commit 8f74dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rulesets/LinearAlgebra/factorization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function rrule(::typeof(svdvals), A::AbstractMatrix{<:Number})
project_A = ProjectTo(A)
function svdvals_pullback(s̄)
=isa AbstractZero ?: Diagonal(unthunk(s̄))
(NoTangent(), project_A(U ** Vt))
return (NoTangent(), project_A(U ** Vt))
end
return F.S, svdvals_pullback
end
Expand Down

0 comments on commit 8f74dea

Please sign in to comment.