Skip to content

Commit

Permalink
[minor] Clean up debug logging instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 19, 2023
1 parent 6bce7db commit a510f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_wheeled_inverted_pendulum.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_mpc_problem(self):
self.assertIsNotNone(plan)
self.assertIsNotNone(plan.first_input)
dt = self.pendulum.sampling_period
print(f"{plan.first_input=}")
state = self.pendulum.integrate(initial_state, plan.first_input, dt)
self.assertTrue(np.allclose(state, initial_state))

Expand Down

0 comments on commit a510f63

Please sign in to comment.