Skip to content

Commit 635cc18

Browse files
committed
Fix tests
1 parent 9ddf0f5 commit 635cc18

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
44
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
55
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
66
BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4"
7+
DerivableInterfaces = "6c5e35bf-e59e-4898-b73c-732dcc4ba65f"
78
DiagonalArrays = "74fd4be6-21e2-4f6f-823a-4360d37c7a77"
89
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
910
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"

test/test_map.jl

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
using Adapt: adapt
2-
using BlockArrays: Block, blockedrange, blocksize
3-
using BlockSparseArrays: BlockSparseArray, BlockSparseVector, blockstoredlength, blocktype
2+
using BlockArrays: Block, BlockRange, blockedrange, blocksize, blocksizes, mortar
3+
using BlockSparseArrays:
4+
BlockSparseArray,
5+
BlockSparseVector,
6+
BlockVector,
7+
BlockView,
8+
BlockedVector,
9+
blocklengths,
10+
blockstoredlength,
11+
blocktype,
12+
eachblockstoredindex
13+
using DerivableInterfaces: zero!
414
using GPUArraysCore: @allowscalar
515
using JLArrays: JLArray
616
using SparseArraysBase: storedlength

0 commit comments

Comments
 (0)