We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d1055 commit 274e7bcCopy full SHA for 274e7bc
examples/validation-turan/run.jl
@@ -13,7 +13,7 @@ nlsolver_opts = (;
13
linesearch = BackTracking(),
14
)
15
16
-n_elems = 100
+n_elems = 200
17
if haskey(ENV, "GITHUB_ACTIONS")
18
# Lower the value when in GitHub Actions environment
19
n_elems = 20 # New value for GitHub Actions
0 commit comments