Skip to content

Commit 7b66757

Browse files
author
cailixun
committed
fix typo
1 parent 1471726 commit 7b66757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ext-test/cpu/autodiff/autodiff.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ end
6969

7070
function my_f_steadystate(p)
7171
ρss = steadystate(
72-
L,
73-
SteadyStateODESolver(ψ0 = ψ0_mesolve, tmax = tlist_mesolve[end]);
72+
L;
73+
solver = SteadyStateODESolver(ψ0 = ψ0_mesolve, tmax = tlist_mesolve[end]),
7474
params = p,
7575
sensealg = BacksolveAdjoint(autojacvec = EnzymeVJP()),
7676
)

0 commit comments

Comments
 (0)