Skip to content

Commit 9b303fc

Browse files
committed
fix missing type_repr implementations
1 parent 5d9424a commit 9b303fc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/symmetries/fusiontrees.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import TensorKit as TK
44
using Random: randperm
55
using TensorOperations
66

7+
# TODO: remove this once type_repr works for all included types
8+
using TensorKitSectors
9+
710
@isdefined(TestSetup) || include("../setup.jl")
811
using .TestSetup
912

test/symmetries/spaces.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
using Test, TestExtras
22
using TensorKit
33

4+
# TODO: remove this once type_repr works for all included types
5+
using TensorKitSectors
6+
47
@isdefined(TestSetup) || include("../setup.jl")
58
using .TestSetup
69

0 commit comments

Comments
 (0)