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"
22
22
ArrayInterface = " 1.1, 2.0"
23
23
Compat = " 2.2, 3"
24
24
DataStructures = " 0.17"
25
- DiffEqDiffTools = " 1.3 "
25
+ DiffEqDiffTools = " 1.7 "
26
26
ForwardDiff = " 0.10"
27
27
LightGraphs = " 1.3"
28
28
Requires = " 0.5, 1.0"
29
29
VertexSafeGraphs = " 0.1"
30
- julia = " 1"
30
+ julia = " 1.2 "
31
31
32
32
[extras ]
33
33
BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ function _testvalidity(A)
42
42
colorvec= matrix_colors (A)
43
43
ncolor= maximum (colorvec)
44
44
for colorvec in 1 : ncolor
45
- subA= A [:,findall (x-> x== colorvec,colorvec)]
45
+ subA= Array (A) [:,findall (x-> x== colorvec,colorvec)]
46
46
@test maximum (sum (subA,dims= 2 ))<= 1.0
47
47
end
48
48
end
@@ -56,7 +56,7 @@ _testvalidity(bidiagonalL)
56
56
_testvalidity (tridiagonal)
57
57
_testvalidity (symtridiagonal)
58
58
_testvalidity (banded)
59
- # _testvalidity(blockbanded1)
59
+ _testvalidity (blockbanded1)
60
60
_testvalidity (blockbanded2)
61
61
_testvalidity (bandedblockbanded1)
62
62
_testvalidity (bandedblockbanded2)
You can’t perform that action at this time.
0 commit comments