Skip to content

Commit dc319ff

Browse files
committed
debug frozen test
1 parent 9151020 commit dc319ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ end
6060
end
6161

6262

63-
@testset "Algebra" begin
63+
# @testset "Algebra" begin
6464
@testset "BandedMatrix" begin
6565
A = BandedMatrix(-3 => Fill(7/10,∞), -2 => 1:∞, 1 => Fill(2im,∞))
6666
@test A isa BandedMatrix{ComplexF64}
@@ -170,7 +170,7 @@ end
170170
# BlockTridiagonal(Zeros.(1:∞,2:∞),
171171
# (n -> Diagonal(((n+2).+(0:n)))/ (2n + 2)).(0:∞),
172172
# Zeros.(2:∞,1:∞))
173-
end
173+
# end
174174

175175
include("test_hessenbergq.jl")
176176
include("test_infql.jl")

0 commit comments

Comments
 (0)