Skip to content

Commit 2abc33e

Browse files
committed
Merge branch 'st/remove_cholesky_adjoint' of github.com:st--/Zygote.jl into st/remove_cholesky_adjoint
2 parents c8df3f0 + d13be2e commit 2abc33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gradcheck.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ end
821821
end
822822
@testset "cholesky - Hermitian" begin
823823
rng, N = MersenneTwister(123456), 3
824-
A = randn(rng, N, N) + im * randn(rng, N, N)
824+
A = randn(rng, Complex{Float64}, N, N)
825825
H = Hermitian(A * A' + I)
826826
Hmat = Matrix(H)
827827
y, back = Zygote.pullback(cholesky, Hmat)

0 commit comments

Comments
 (0)