Skip to content

Commit 4f746b8

Browse files
committed
move tests
1 parent 9ed1f1a commit 4f746b8

File tree

7 files changed

+4
-6
lines changed

7 files changed

+4
-6
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138"
2020
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
2121

2222
[compat]
23-
Aqua = "0.8.9"
2423
BlockArrays = "1.2.0"
2524
BlockSparseArrays = "0.2.0"
2625
BroadcastMapConversion = "0.1.0"
@@ -33,7 +32,6 @@ SparseArraysBase = "0.2.0"
3332
Strided = "2.2.0"
3433
SymmetrySectors = "0.1.1"
3534
TensorAlgebra = "0.1.0"
36-
Test = "1.10"
3735
TypeParameterAccessors = "0.1.0"
3836
WignerSymbols = "2.0.0"
3937
julia = "1.10"
File renamed without changes.

test/test_array_cast.jl renamed to test/basics/test_array_cast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using FusionTensors: FusionTensor, data_matrix
88
using GradedUnitRanges: dual, fusion_product, gradedrange
99
using SymmetrySectors: O2, SectorProduct, SU2, TrivialSector, U1
1010

11-
include("shared.jl")
11+
include("setup.jl")
1212

1313
@testset "Trivial FusionTensor" begin
1414
@testset "trivial matrix" begin

test/basics/test_basics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ using GradedUnitRanges:
1818
blockmergesort, dual, flip, fusion_product, gradedrange, sector_type, space_isequal
1919
using SymmetrySectors: U1, SU2, SectorProduct, Z
2020

21-
include("shared.jl")
21+
include("setup.jl")
2222

2323
@testset "Fusion matrix" begin
2424
g1 = gradedrange([U1(0) => 1, U1(1) => 2, U1(2) => 3])
File renamed without changes.

test/test_linear_algebra.jl renamed to test/basics/test_linear_algebra.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using FusionTensors: FusionTensor
99
using GradedUnitRanges: dual, gradedrange
1010
using SymmetrySectors: U1, SU2, TrivialSector
1111

12-
include("shared.jl")
12+
include("setup.jl")
1313

1414
@testset "LinearAlgebra interface" begin
1515
sds22 = [

test/test_permutedims.jl renamed to test/basics/test_permutedims.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using GradedUnitRanges: dual, gradedrange, space_isequal
1414
using SymmetrySectors: O2, U1, SectorProduct, SU2
1515
using TensorAlgebra: blockedperm
1616

17-
include("shared.jl")
17+
include("setup.jl")
1818

1919
@testset "Abelian permutedims" begin
2020
@testset "dummy" begin

0 commit comments

Comments
 (0)