Skip to content

Commit

Permalink
Don't import BlockedUnitRange in test_triblockbanded.jl (#193)
Browse files Browse the repository at this point in the history
This isn't used in the file
  • Loading branch information
jishnub authored Apr 5, 2024
1 parent a76f945 commit b27058c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_triblockbanded.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import BlockBandedMatrices: MemoryLayout, TriangularLayout,
BandedColumnMajor, BlockSkylineSizes,
blockrowstop, blockcolstop, ColumnMajor

import BlockArrays: BlockedUnitRange, blockisequal
import BlockArrays: blockisequal

@testset "triangular" begin
@testset "triangular BandedBlockBandedMatrix mul" begin
Expand Down

0 comments on commit b27058c

Please sign in to comment.