8000 rebase cleanup · python-control/python-control@742b332 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 742b332

Browse files
committed
rebase cleanup
1 parent eff0e99 commit 742b332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/tests/optimal_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ def test_ocp_argument_errors():
437437
sys, time, x0, cost, constraints, initial_guess=np.zeros((4,1,1)))
438438

439439
# Unrecognized arguments
440-
with pytest.raises(ValueError, match="unrecognized keyword"):
440+
with pytest.raises(TypeError, match="unrecognized keyword"):
441441
res = opt.solve_ocp(
442442
sys, time, x0, cost, constraints, terminal_constraint=None)
443443

0 commit comments

Comments
 (0)
0