We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1471726 commit 7b66757Copy full SHA for 7b66757
test/ext-test/cpu/autodiff/autodiff.jl
@@ -69,8 +69,8 @@ end
69
70
function my_f_steadystate(p)
71
ρss = steadystate(
72
- L,
73
- SteadyStateODESolver(ψ0 = ψ0_mesolve, tmax = tlist_mesolve[end]);
+ L;
+ solver = SteadyStateODESolver(ψ0 = ψ0_mesolve, tmax = tlist_mesolve[end]),
74
params = p,
75
sensealg = BacksolveAdjoint(autojacvec = EnzymeVJP()),
76
)
0 commit comments