Skip to content

Commit 274e7bc

Browse files
committed
add n_elems=200 s.t. Turan tests work
1 parent 09d1055 commit 274e7bc

File tree

1 file changed

+1
-1
lines changed
  • examples/validation-turan

1 file changed

+1
-1
lines changed

examples/validation-turan/run.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ nlsolver_opts = (;
1313
linesearch = BackTracking(),
1414
)
1515

16-
n_elems = 100
16+
n_elems = 200
1717
if haskey(ENV, "GITHUB_ACTIONS")
1818
# Lower the value when in GitHub Actions environment
1919
n_elems = 20 # New value for GitHub Actions

0 commit comments

Comments
 (0)