Skip to content

Commit 47e42c8

Browse files
committed
try to fix CI with finer grid
1 parent 95be77f commit 47e42c8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

examples/validation-basak2009/run.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using CSV, DataFrames
1212
# | |
1313
# (P1)-(L5)-(P2)
1414
model = CartesianDiscreteModel(
15-
(0, 1, 0, 1), haskey(ENV, "GITHUB_ACTIONS") ? (50, 50) : (100, 100)
15+
(0, 1, 0, 1), haskey(ENV, "GITHUB_ACTIONS") ? (100, 100) : (100, 100)
1616
)
1717

1818
# solver settings

0 commit comments

Comments
 (0)