Skip to content

Commit b322fca

Browse files
committed
fix tests
1 parent 28299fd commit b322fca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NDTensors/src/lib/TensorAlgebra/ext/TensorAlgebraGradedAxesExt/test/test_contract.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ using BlockArrays: Block, blocksize
33
using Compat: Returns
44
using NDTensors.BlockSparseArrays: BlockSparseArray
55
using NDTensors.GradedAxes: gradedrange
6-
using NDTensors.Sectors: U1
76
using NDTensors.SparseArrayInterface: densearray
7+
using NDTensors.SymmetrySectors: U1
88
using NDTensors.TensorAlgebra: contract
99
using Random: randn!
1010
using Test: @test, @testset

NDTensors/test/lib/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ using Test: @testset
1515
"LabelledNumbers",
1616
"MetalExtensions",
1717
"NamedDimsArrays",
18-
"Sectors",
1918
"SmallVectors",
2019
"SortedSets",
2120
"SparseArrayDOKs",
21+
"SymmetrySectors",
2222
"TagSets",
2323
"TensorAlgebra",
2424
"TypeParameterAccessors",

0 commit comments

Comments
 (0)