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 df2cc4c commit dc7339bCopy full SHA for dc7339b
1 file changed
test/symbolic_trace.jl
@@ -27,8 +27,6 @@ using Symbolics
27
28
t = tr_lazy(U * A * U' * B)
29
res = integrate(t, measure)
30
- @show res
31
- @show string(res)
32
s = string(res)
33
# Check for presence of tr(A) and tr(B) variables
34
@test occursin("tr(A)", s)
0 commit comments