Skip to content

Commit 9e062c7

Browse files
missing test variable
1 parent acf73a4 commit 9e062c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/LinearSolvePardiso/test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ e = ones(n)
1313
e2 = ones(n - 1)
1414
A2 = spdiagm(-1 => im * e2, 0 => lambda * e, 1 => -im * e2)
1515
b2 = rand(n) + im * zeros(n)
16+
cache_kwargs = (; verbose=true, abstol=1e-8, reltol=1e-8, maxiter=30)
1617

1718
prob2 = LinearProblem(A2, b2)
1819

0 commit comments

Comments
 (0)