From 8e35071d396d324ed438ef0ace48235eb3591800 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Caillau Date: Sat, 27 Sep 2025 21:41:19 +0200 Subject: [PATCH 1/3] Update grid size in tutorial-goddard.md --- docs/src/tutorial-goddard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial-goddard.md b/docs/src/tutorial-goddard.md index e0df1d5..d23567b 100644 --- a/docs/src/tutorial-goddard.md +++ b/docs/src/tutorial-goddard.md @@ -95,7 +95,7 @@ nothing # hide We then solve it ```@example main-goddard -direct_sol = solve(ocp; grid_size=250) +direct_sol = solve(ocp; grid_size=200) nothing # hide ``` From befaab11df40860fdafeddc41cd748b00e80f8e8 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Caillau Date: Sat, 27 Sep 2025 21:42:43 +0200 Subject: [PATCH 2/3] Bump version from 0.3.0 to 0.3.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 58fc0fd..5be126d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Tutorials" uuid = "cb10daa6-a5e5-4c25-a171-ae181b8ea3c9" authors = ["Olivier Cots "] -version = "0.3.0" +version = "0.3.1" [compat] julia = "1.10" From 727514ee831a4e92171c6a6e65a2a5c4f6ffe641 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Caillau Date: Sat, 27 Sep 2025 22:08:05 +0200 Subject: [PATCH 3/3] Update grid size in tutorial-goddard.md goddard seems to cycle with `grid_size=200` --- docs/src/tutorial-goddard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial-goddard.md b/docs/src/tutorial-goddard.md index d23567b..e0df1d5 100644 --- a/docs/src/tutorial-goddard.md +++ b/docs/src/tutorial-goddard.md @@ -95,7 +95,7 @@ nothing # hide We then solve it ```@example main-goddard -direct_sol = solve(ocp; grid_size=200) +direct_sol = solve(ocp; grid_size=250) nothing # hide ```