Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
davideklund committed Jan 30, 2025
1 parent 41c3744 commit ed8a95b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/sciml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ acting on the object only depend on its velocity, not its position.
saveat = T,
abstol = 1e-6,
reltol = 1e-6,
sensealg = QuadratureAdjoint(autojacvec = ReverseDiffVJP(true)))) for _prob in _probs]
sensealg = QuadratureAdjoint(autojacvec = ReverseDiffVJP(true))))
for _prob in _probs]
hcat(allsols...)
end
Expand Down

0 comments on commit ed8a95b

Please sign in to comment.