Skip to content

Commit 88cd8f5

Browse files
committed
Kwargs
1 parent 4df5cec commit 88cd8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/systematic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end;
2929
IterativeLinearSolver(),
3030
IterativeLinearSolver(; rtol=1e-8),
3131
IterativeLinearSolver(; issymmetric=true, isposdef=true),
32-
IterativeLeastSquaresSolver(; issymmetric=true, isposdef=true),
32+
IterativeLeastSquaresSolver(),
3333
],
3434
[nothing, (; x=AutoForwardDiff(), y=AutoZygote())],
3535
[float.(1:3), reshape(float.(1:6), 3, 2)],

0 commit comments

Comments
 (0)