Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Nov 30, 2024
1 parent 34d3ce7 commit f4e975f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_infblock.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using LazyArrays: LazyArrayStyle
using BlockArrays: BlockTridiagonal

const InfiniteArraysBlockArraysExt = Base.get_extension(InfiniteArrays, :InfiniteArraysBlockArraysExt)

const BlockTriPertToeplitz = InfiniteArraysBlockArraysExt.BlockTriPertToeplitz



Expand Down
1 change: 0 additions & 1 deletion test/test_infblockbanded.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const BlockTriPertToeplitz = InfiniteArraysBlockArraysExt.BlockTriPertToeplitz

@testset "BlockBanded" begin
a = b = c = 0.0
Expand Down

0 comments on commit f4e975f

Please sign in to comment.