Skip to content

Commit 34e7d8d

Browse files
committed
Update test_choleskyQR.jl
1 parent 27dc5c5 commit 34e7d8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_choleskyQR.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ import LazyArrays: AbstractCachedMatrix, resizedata!
193193
P = Normalized(legendre(big(0)..big(1)))
194194
X = jacobimatrix(P)
195195
Xr,R = qr_jacobimatrix(t*I-X, X)
196-
@test_broken Xr[1:20,1:20] cholesky_jacobimatrix(Symmetric((t*I-X)^2), X)[1:20,1:20]
196+
@test Xr[1:20,1:20] cholesky_jacobimatrix(Symmetric((t*I-X)^2), X)[1][1:20,1:20]
197197
end
198198
end
199199

@@ -209,6 +209,8 @@ import LazyArrays: AbstractCachedMatrix, resizedata!
209209
@test Q ==
210210
@test== Q
211211

212+
@test jacobimatrix(Q)[1:10,1:10] jacobimatrix(Q̃)[1:10,1:10]
213+
212214
@test Q[0.1,1] _p0(Q) 1/sqrt(2)
213215
@test Q[0.1,1:10] Q̃[0.1,1:10]
214216
@test Q[0.1,10_000] Q̃[0.1,10_000]

0 commit comments

Comments
 (0)