Skip to content

Commit 1a8150c

Browse files
authored
Update grid size in Goddard tutorial example
1 parent 4768066 commit 1a8150c

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=100)
98+
direct_sol = solve(ocp; grid_size=250)
9999
nothing # hide
100100
```
101101

0 commit comments

Comments
 (0)