Skip to content

Commit a065551

Browse files
authored
Update adjoint.jl
1 parent c6b5fe7 commit a065551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/adjoint.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ using FiniteDiff, RecursiveFactorization
44
using LazyArrays: BroadcastArray
55

66
n = 4
7-
A = rand(n, n)
8-
b1 = rand(n)
7+
A = rand(n, n);
8+
b1 = rand(n);
99

1010
function f(A, b1; alg = LUFactorization())
1111
prob = LinearProblem(A, b1)

0 commit comments

Comments
 (0)