Skip to content

Commit 1cba77f

Browse files
arnavk23tmigot
andauthored
Update tutorials/advanced-jsosolvers/index.jmd
Co-authored-by: Tangi Migot <[email protected]>
1 parent 96ba30a commit 1cba77f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tutorials/advanced-jsosolvers/index.jmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ using Krylov
5555
For example, to call TRUNK with an explicit subsolver and tolerances:
5656

5757
```julia
58-
RTOL = 1e-6; ATOL = 1e-8; max_time = 60.0
59-
stats = trunk(nls; subsolver = :cgls, rtol = RTOL, atol = ATOL, max_time = max_time)
58+
stats = trunk(nls; subsolver = :cgls)
6059
```
6160

6261
We define a dictionary of the different solvers that will be benchmarked.

0 commit comments

Comments
 (0)