From cf3ce683ad262b1be1f48806055b0c2cd68cf662 Mon Sep 17 00:00:00 2001 From: Lukas Devos Date: Wed, 20 Nov 2024 08:34:58 -0500 Subject: [PATCH] Apply suggestions from code review --- test/planar.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/planar.jl b/test/planar.jl index 84e6afc9..c9e1c3c4 100644 --- a/test/planar.jl +++ b/test/planar.jl @@ -68,8 +68,8 @@ Vfib = (Vect[FibonacciAnyon](:I => 1, :τ => 2), @test scalartype(t2) == ComplexF64 @test storagetype(t2) == Vector{ComplexF64} - V2 = reverse(codomain(W)) ← domain(V1) - @test_throws SpaceMismatch BraidingTensor(V2) + W2 = reverse(codomain(W)) ← domain(W) + @test_throws SpaceMismatch BraidingTensor(W2) @test adjoint(t1) isa BraidingTensor