Skip to content

Commit c921405

Browse files
github-actions[bot]CompatHelper Juliatmigot
authored
CompatHelper: bump compat for JSOSolvers to 0.11 for package introduction-to-pdenlpmodels, (drop existing compat) (#122)
* CompatHelper: bump compat for JSOSolvers to 0.11 for package introduction-to-pdenlpmodels, (drop existing compact) --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: tmigot <[email protected]>
1 parent caac4b1 commit c921405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/introduction-to-pdenlpmodels/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PDENLPModels = "80da258d-c172-4540-9646-64f172512520"
1111
[compat]
1212
DCISolver = "0.4.2"
1313
Gridap = "0.15"
14-
JSOSolvers = "0.10"
14+
JSOSolvers = "0.11"
1515
NLPModels = "0.20"
1616
NLPModelsIpopt = "0.10.0"
1717
NLPModelsModifiers = "0.6.3"

tutorials/introduction-to-pdenlpmodels/index.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ By default, JSO-compliant solvers use `get_x0(nlp)` as an initial guess.
9191
using JSOSolvers, NLPModelsModifiers
9292

9393
nls = FeasibilityResidual(nlp)
94-
stats_trunk = trunk(nls)
94+
stats_trunk = trunk(nls, max_time = 300.0)
9595
```
9696

9797
We check the solution from the stats returned by `trunk`:

0 commit comments

Comments
 (0)