Skip to content

Commit fef57ae

Browse files
authored
Merge pull request #236 from control-toolbox/235-dev-re-add-init-tests
re-added initial guess tests
2 parents 573a312 + 734c10e commit fef57ae

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CTParser"
22
uuid = "32681960-a1b1-40db-9bff-a1ca817385d1"
3-
version = "0.8.7"
3+
version = "0.8.8"
44
authors = ["Jean-Baptiste Caillau <jean-baptiste.caillau@univ-cotedazur.fr>"]
55

66
[deps]

test/test_initial_guess.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# test_initial_guess
22

33
function test_initial_guess() # debug
4-
@test true
5-
end
6-
7-
function off_test_initial_guess() # debug
84
# Problem definitions
95
ocp_fixed = @def begin
106
t [0, 1], time

0 commit comments

Comments
 (0)