Skip to content

Commit

Permalink
Fix something
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 4, 2023
1 parent 926afdb commit 719d2e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/lotkavolterra.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ _setups = [
DENSE = false;
SAVE_EVERYSTEP = false;

labels = first.(_setups)
setups = last.(_setups)

abstols = 1.0 ./ 10.0 .^ (4:14)
reltols = 1.0 ./ 10.0 .^ (1:11)

Expand All @@ -243,6 +240,9 @@ for o in orders
"EK1($o) ClassicSolverInit" => Dict(:alg => EK1(order=o, smooth=DENSE, initialization=ClassicSolverInit()))
]

labels = first.(_setups)
setups = last.(_setups)

wp = WorkPrecisionSet(
prob, abstols, reltols, setups;
names = labels,
Expand Down

0 comments on commit 719d2e0

Please sign in to comment.