Skip to content

Commit f1ddb6a

Browse files
committed
Include TO
1 parent 8f365dd commit f1ddb6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/enzyme-linalg/mul.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using Test, TestExtras
22
using TensorKit
3+
using TensorOperations
34
using VectorInterface
45
using Enzyme, EnzymeTestUtils
56
using Random

test/enzyme-planaroperations/planartrace.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ using Enzyme, EnzymeTestUtils
66
using Random
77

88
spacelist = ad_spacelist(fast_tests)
9-
#eltypes = (Float64, ComplexF64)
10-
eltypes = (ComplexF64,)
9+
eltypes = (Float64, ComplexF64)
1110

1211
@timedtestset "Enzyme - PlanarOperations (planartrace): $(TensorKit.type_repr(sectortype(eltype(V)))) ($T)" for V in spacelist, T in eltypes
1312
atol = default_tol(T)

0 commit comments

Comments
 (0)