Skip to content

Commit 9fc7aa8

Browse files
committed
import HasBraiding manually
1 parent 1f2cf55 commit 9fc7aa8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/symmetries/fusiontrees.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ using TensorOperations
66

77
# TODO: remove this once type_repr works for all included types
88
using TensorKitSectors
9+
using TensorKitSectors: HasBraiding # TODO: remove once exported from TKS
910

1011
@isdefined(TestSetup) || include("../setup.jl")
1112
using .TestSetup

test/tensors/tensors.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ using TensorKit
33
using TensorKit: type_repr
44
using Combinatorics: permutations
55
using LinearAlgebra: LinearAlgebra
6+
using TensorKitSectors: HasBraiding # TODO: remove once exported from TKS
67

78
@isdefined(TestSetup) || include("../setup.jl")
89
using .TestSetup

0 commit comments

Comments
 (0)