Skip to content

Commit 261efb9

Browse files
committed
Disable MadNCL solver in canonical tests
Temporarily comment out MadNCL solver to avoid potential issues during testing. Can be re-enabled when solver is stable. 🧪 Applying Testing Rule: Ensure test stability
1 parent 1227fef commit 261efb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/suite/solve/test_canonical.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function test_canonical()
148148
("Ipopt", OptimalControl.Ipopt(print_level=0)),
149149
("MadNLP", OptimalControl.MadNLP(print_level=MadNLP.ERROR)),
150150
("Uno", OptimalControl.Uno(logger="SILENT")),
151-
# ("MadNCL", OptimalControl.MadNCL(print_level=MadNLP.ERROR)),
151+
("MadNCL", OptimalControl.MadNCL(print_level=MadNLP.ERROR)),
152152
]
153153

154154
problems = [

0 commit comments

Comments
 (0)