Skip to content

Commit

Permalink
Patch tracker for downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jan 3, 2024
1 parent 9e3e0fd commit c0d943c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DiffEqBase"
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
authors = ["Chris Rackauckas <[email protected]>"]
version = "6.145.5"
version = "6.145.6"

[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
Expand Down
3 changes: 2 additions & 1 deletion ext/DiffEqBaseTrackerExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ Tracker.@grad function DiffEqBase.solve_up(prob,
},
u0, p, args...;
kwargs...)
DiffEqBase._solve_adjoint(prob, sensealg, Tracker.data(u0), Tracker.data(p),
out = DiffEqBase._solve_adjoint(prob, sensealg, Tracker.data(u0), Tracker.data(p),
SciMLBase.TrackerOriginator(), args...; kwargs...)
Array(out[1]), out[2]
end

end

0 comments on commit c0d943c

Please sign in to comment.