Skip to content

Commit 4b067e5

Browse files
committed
fix test
1 parent ee71ed8 commit 4b067e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_A4.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ for i in 1:7, j in 1:7 # M x Mop x M -> M (or Mop x M x Mop -> Mop)
148148
for α in C_objects, A in M_objects, Aop in Mop_objects
149149
for β in (α, A, Aop)
150150
Cs = collect(intersect((α, A), map(dual, (Aop, dual(β))))) # equivalent of es
151-
γs = collect(intersect((Aop, A), map(dual, (dual(β), α)))) # equivalent of fs
151+
γs = collect(intersect((A, Aop), map(dual, (dual(β), α)))) # equivalent of fs
152152
Fblocks = Vector{Any}()
153153
for C in Cs
154154
for γ in γs

0 commit comments

Comments
 (0)