From e11f23247afc20eefd7871e621f423db909bde41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jofre=20Vall=C3=A8s?= Date: Thu, 26 Sep 2024 16:09:53 +0200 Subject: [PATCH] Update Ryy test --- test/Array_test.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Array_test.jl b/test/Array_test.jl index b8101bf..f1b40ec 100644 --- a/test/Array_test.jl +++ b/test/Array_test.jl @@ -226,7 +226,7 @@ @test begin op = Ryy(; θ = π) y = Matrix(Y()) - Matrix(op) ≈ 1im * reshape(permutedims(reshape(kron(vec(y), vec(y)), 2, 2, 2, 2), (1, 3, 2, 4)), 4, 4) + Matrix(op) ≈ -1im * kron(y, y) end end