Skip to content

Commit dc7339b

Browse files
committed
remove shows
1 parent df2cc4c commit dc7339b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/symbolic_trace.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ using Symbolics
2727

2828
t = tr_lazy(U * A * U' * B)
2929
res = integrate(t, measure)
30-
@show res
31-
@show string(res)
3230
s = string(res)
3331
# Check for presence of tr(A) and tr(B) variables
3432
@test occursin("tr(A)", s)

0 commit comments

Comments
 (0)