Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
ChrisRackauckas authored Jun 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 50a8aff commit d35771b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/blockbandedmatrices.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

using ArrayInterface
using BlockBandedMatrices
using FillArrays
using Test

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

0 comments on commit d35771b

Please sign in to comment.