Skip to content

Commit 2663bbb

Browse files
authored
Typo
1 parent f9f6fbf commit 2663bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/adjoint.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ db12 = ForwardDiff.gradient(x -> f(eltype(x).(A), x), copy(b1))
4646

4747
# Test complex numbers
4848
A = rand(n, n) + 1im*rand(n, n);
49-
b1 = rand(n) + 1im*rand(n, n);
49+
b1 = rand(n) + 1im*rand(n);
5050

5151
function f3(A, b1, b2; alg = KrylovJL_GMRES())
5252
prob = LinearProblem(A, b1)

0 commit comments

Comments
 (0)