Skip to content

Commit 760cf9c

Browse files
committed
Fix tests
1 parent 47a5eb5 commit 760cf9c

File tree

1 file changed

+2
-2
lines changed
  • src/blocksparsearrayinterface

1 file changed

+2
-2
lines changed

src/blocksparsearrayinterface/map.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using BlockArrays: blocks, eachstoredindex, undef_blocks
1+
using BlockArrays: blocks, undef_blocks
22
using DerivableInterfaces: @interface, AbstractArrayInterface, interface
33
using GPUArraysCore: @allowscalar
4-
using SparseArraysBase: SparseArrayDOK
4+
using SparseArraysBase: SparseArrayDOK, eachstoredindex
55

66
# TODO: Rewrite this so that it takes the blocking structure
77
# made by combining the blocking of the axes (i.e. the blocking that

0 commit comments

Comments
 (0)