Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 17, 2024
1 parent 8790d79 commit f69bccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ for pType in (InternalNonlinearProblem, NonlinearLeastSquaresProblem)
@eval function SimpleNonlinearSolve.simplenonlinearsolve_solve_up(
prob::$(pType), sensealg, u0::$(uT), u0_changed,
p::$(pT), p_changed, alg, args...; kwargs...)
return Tracker.track(SimpleNonlinearSolve.simplenonlinearsolve_solve_up, prob,
sensealg, ArrayInterface.aos_to_soa(u0), true,
return Tracker.track(SimpleNonlinearSolve.simplenonlinearsolve_solve_up,
prob, sensealg, ArrayInterface.aos_to_soa(u0), true,
ArrayInterface.aos_to_soa(p), true, alg, args...; kwargs...)
end
end
Expand Down
1 change: 1 addition & 0 deletions lib/SimpleNonlinearSolve/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit f69bccd

Please sign in to comment.