Skip to content

Commit 727514e

Browse files
authored
Update grid size in tutorial-goddard.md
goddard seems to cycle with `grid_size=200`
1 parent befaab1 commit 727514e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial-goddard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ nothing # hide
9595
We then solve it
9696

9797
```@example main-goddard
98-
direct_sol = solve(ocp; grid_size=200)
98+
direct_sol = solve(ocp; grid_size=250)
9999
nothing # hide
100100
```
101101

0 commit comments

Comments
 (0)