Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ogauthe committed Oct 14, 2024
1 parent 28299fd commit b322fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ using BlockArrays: Block, blocksize
using Compat: Returns
using NDTensors.BlockSparseArrays: BlockSparseArray
using NDTensors.GradedAxes: gradedrange
using NDTensors.Sectors: U1
using NDTensors.SparseArrayInterface: densearray
using NDTensors.SymmetrySectors: U1
using NDTensors.TensorAlgebra: contract
using Random: randn!
using Test: @test, @testset
Expand Down
2 changes: 1 addition & 1 deletion NDTensors/test/lib/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ using Test: @testset
"LabelledNumbers",
"MetalExtensions",
"NamedDimsArrays",
"Sectors",
"SmallVectors",
"SortedSets",
"SparseArrayDOKs",
"SymmetrySectors",
"TagSets",
"TensorAlgebra",
"TypeParameterAccessors",
Expand Down

0 comments on commit b322fca

Please sign in to comment.