Skip to content

Commit 4c9f9db

Browse files
Updates
1 parent d8c1aa4 commit 4c9f9db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmarks/DynamicalODE/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.5"
44
manifest_format = "2.0"
5-
project_hash = "e1f8bc399d79c1c54d99bad3817ec8f08d0ae6bf"
5+
project_hash = "e67a8d7bb1a3096ad00f4b464f1ec3e72cb94241"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "eea5d80188827b35333801ef97a40c2ed653b081"

benchmarks/DynamicalODE/Quadrupole_boson_Hamiltonian_energy_conservation_benchmark.jmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function g(resid, u, p)
6767
end
6868

6969
const E = H(iip_p0, iip_q0, nothing)
70-
const cb = ManifoldProjection(g, nlopts=Dict(:ftol=>1e-13));
70+
const cb = ManifoldProjection(g, autodiff=true, nlopts=Dict(:ftol=>1e-13));
7171
```
7272

7373
For the comparison we will use the following function
@@ -191,4 +191,4 @@ In comparison with the Henon-Heiles case, we see that the symplectic methods are
191191
```julia, echo = false
192192
using SciMLBenchmarks
193193
SciMLBenchmarks.bench_footer(WEAVE_ARGS[:folder],WEAVE_ARGS[:file])
194-
```
194+
```

0 commit comments

Comments
 (0)