Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 0c8a549

Browse files
update lower bound on Julia versions due to BlockBandedMatrices
1 parent 22c75d5 commit 0c8a549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_specialmatrices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ _testvalidity(bidiagonalL)
5656
_testvalidity(tridiagonal)
5757
_testvalidity(symtridiagonal)
5858
_testvalidity(banded)
59-
_testvalidity(blockbanded1)
59+
#_testvalidity(blockbanded1)
6060
_testvalidity(blockbanded2)
6161
_testvalidity(bandedblockbanded1)
6262
_testvalidity(bandedblockbanded2)

0 commit comments

Comments
 (0)