Skip to content

Commit

Permalink
[unittest] RK2 cannot be supported for PolyTwoRK
Browse files Browse the repository at this point in the history
  • Loading branch information
cmastalli committed Jul 31, 2023
1 parent 5e059bd commit 30ddd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/bindings/test_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class ControlsTest(CopyModelTestCase):
MODEL.append(crocoddyl.ControlParametrizationModelPolyZero(2))
MODEL.append(crocoddyl.ControlParametrizationModelPolyOne(2))
MODEL.append(
crocoddyl.ControlParametrizationModelPolyTwoRK(2, crocoddyl.RKType.two)
crocoddyl.ControlParametrizationModelPolyTwoRK(2, crocoddyl.RKType.three)
)


Expand Down

0 comments on commit 30ddd92

Please sign in to comment.