Skip to content

Commit d263f61

Browse files
committed
fix macro
1 parent 046d2b0 commit d263f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_contraction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ end
7474
:acsch,
7575
:asech,
7676
]
77-
t2 = @eval reshape(Base.$f(sds22), (2, 2, 2, 2))
77+
t2 = reshape((@eval Base.$f)(sds22), (2, 2, 2, 2))
7878
ft2 = to_fusiontensor(t2, (g2, g2), (dual(g2), dual(g2)))
7979
@test (@eval TensorAlgebra.$f)(ft, (1, 2, 3, 4), (1, 2), (3, 4)) ft2
8080
end

0 commit comments

Comments
 (0)