We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046d2b0 commit d263f61Copy full SHA for d263f61
test/test_contraction.jl
@@ -74,7 +74,7 @@ end
74
:acsch,
75
:asech,
76
]
77
- t2 = @eval reshape(Base.$f(sds22), (2, 2, 2, 2))
+ t2 = reshape((@eval Base.$f)(sds22), (2, 2, 2, 2))
78
ft2 = to_fusiontensor(t2, (g2, g2), (dual(g2), dual(g2)))
79
@test (@eval TensorAlgebra.$f)(ft, (1, 2, 3, 4), (1, 2), (3, 4)) ≈ ft2
80
end
0 commit comments