Skip to content

Commit d35771b

Browse files
Fix tests
1 parent 50a8aff commit d35771b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/blockbandedmatrices.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
using ArrayInterface
33
using BlockBandedMatrices
4+
using FillArrays
45
using Test
56

67
BB=BlockBandedMatrix(Ones(10,10),[1,2,3,4],[4,3,2,1],(1,0))

0 commit comments

Comments
 (0)