Skip to content

Commit ed8a95b

Browse files
committed
minor
1 parent 41c3744 commit ed8a95b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/sciml.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ acting on the object only depend on its velocity, not its position.
192192
saveat = T,
193193
abstol = 1e-6,
194194
reltol = 1e-6,
195-
sensealg = QuadratureAdjoint(autojacvec = ReverseDiffVJP(true)))) for _prob in _probs]
195+
sensealg = QuadratureAdjoint(autojacvec = ReverseDiffVJP(true))))
196+
for _prob in _probs]
196197
197198
hcat(allsols...)
198199
end

0 commit comments

Comments
 (0)