Skip to content

Commit 2aa764d

Browse files
committed
Update runtests.jl
1 parent dad4974 commit 2aa764d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ end
280280

281281
M = ApplyMatrix{Float64}(*,A,B)
282282
= M[1:10,1:10]
283-
@test_brokenisa BandedMatrix
284-
@test_broken bandwidths(M̃) == (2,0)
283+
@testisa BandedMatrix
284+
@test bandwidths(M̃) == (2,0)
285285

286286
@test A*B isa MulArray
287287

@@ -314,7 +314,7 @@ end
314314
L = D*W*S
315315
Δ = L'L
316316
@test Δ isa MulMatrix
317-
@test_broken Δ[1:3,1:3] isa BandedMatrix
317+
@test Δ[1:3,1:3] isa BandedMatrix
318318
@test bandwidths(Δ) == (0,0)
319319

320320
L = D*W*S[:,1:N]

0 commit comments

Comments
 (0)