This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ Adapt = "1"
2222ArrayInterface = " 1.1, 2.0"
2323Compat = " 2.2, 3"
2424DataStructures = " 0.17"
25- DiffEqDiffTools = " 1.3 "
25+ DiffEqDiffTools = " 1.7 "
2626ForwardDiff = " 0.10"
2727LightGraphs = " 1.3"
2828Requires = " 0.5, 1.0"
2929VertexSafeGraphs = " 0.1"
30- julia = " 1"
30+ julia = " 1.2 "
3131
3232[extras ]
3333BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function _testvalidity(A)
4242 colorvec= matrix_colors (A)
4343 ncolor= maximum (colorvec)
4444 for colorvec in 1 : ncolor
45- subA= A [:,findall (x-> x== colorvec,colorvec)]
45+ subA= Array (A) [:,findall (x-> x== colorvec,colorvec)]
4646 @test maximum (sum (subA,dims= 2 ))<= 1.0
4747 end
4848end
@@ -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)
You can’t perform that action at this time.
0 commit comments