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 0048ec0 commit 15df330Copy full SHA for 15df330
test/test_A4.jl
@@ -7,7 +7,7 @@ using LinearAlgebra: LinearAlgebra
7
const MTK = MultiTensorKit
8
const TK = TensorKit
9
10
-@isdefined TestSetup || include("setup.jl")
+@isdefined(TestSetup) || include("setup.jl")
11
using .TestSetup
12
13
I = A4Object
0 commit comments