Skip to content

Commit

Permalink
[SparseArraysBase] Rename SparseArrayInterface to `SparseArraysBase…
Browse files Browse the repository at this point in the history
…` (#1591)
  • Loading branch information
mtfishman authored Nov 16, 2024
1 parent 235a1a8 commit 061f62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/TensorAlgebraGradedAxesExt/test/test_contract.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using BlockArrays: Block, blocksize
using Compat: Returns
using NDTensors.BlockSparseArrays: BlockSparseArray
using NDTensors.GradedAxes: gradedrange
using NDTensors.SparseArrayInterface: densearray
using NDTensors.SparseArraysBase: densearray
using NDTensors.SymmetrySectors: U1
using NDTensors.TensorAlgebra: contract
using Random: randn!
Expand Down

0 comments on commit 061f62a

Please sign in to comment.