Skip to content

Commit 2460eb6

Browse files
committed
fix: total
1 parent 4a73dce commit 2460eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/NonlinearProblem/bruss.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function cache_and_compute_10_jacobians(adtype, f!::F, y, x, p) where {F}
156156
return J
157157
end
158158

159-
Ns = [2^i for i in 1:4]
159+
Ns = [2^i for i in 1:8]
160160

161161
adtypes = [
162162
(

0 commit comments

Comments
 (0)