Skip to content

Commit 96d3edc

Browse files
committed
Update test_choleskyQR.jl
1 parent 564993f commit 96d3edc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_choleskyQR.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ import LazyArrays: AbstractCachedMatrix, resizedata!
260260
x = axes(P,1)
261261
Q = OrthogonalPolynomial(1 .- x)
262262
= Normalized(Jacobi(1,0))
263-
@test diff(Q)[0.1,1:5] diff(Q̃)[0.1,1:5]
263+
@test_skip diff(Q)[0.1,1:5] diff(Q̃)[0.1,1:5] # broken due to lazy array issues
264+
@test [diff(Q)[0.1,k] for k=1:5] diff(Q̃)[0.1,1:5]
264265
end
265266
end

0 commit comments

Comments
 (0)