Skip to content

Commit 90fa396

Browse files
committed
Update runtests.jl
1 parent 3436f42 commit 90fa396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ end
335335
@test L[0.123,:]'* (L \ exp.(x)) exp(0.123) atol=1E-9
336336
@test L[0.123,2:end-1]'* (L[:,2:end-1] \ exp.(x)) exp(0.123) atol=1E-9
337337

338-
@test L \ zeros(x) Zeros(3)
338+
@test L \ zeros(x) Zeros(10_000)
339339
end
340340
end
341341

0 commit comments

Comments
 (0)