Skip to content

Commit 24ac15f

Browse files
chore: use proper rgf signature
1 parent 74d08d9 commit 24ac15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/SciMLBaseZygoteExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ end
174174
t = current_time(VA)
175175
y, back = Zygote.pullback(u, tunables) do u, tunables
176176
_p = repack(tunables)
177-
f.f_oop(_p, _p)
177+
f.f_oop(u, _p)
178178
end
179179
gs = back(Δ)
180180
# (gs[1], nothing)

0 commit comments

Comments
 (0)