Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kharitonov-ivan committed Oct 27, 2023
1 parent c29d029 commit 3b424ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/motion_modeling/motion_models_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,3 @@ def test_constant_velocity_motion_model():
moved_state = Gaussian(model.f(state.x, dt), model.Q(dt))
assert np.allclose(moved_state.x, predicted_state)
assert np.allclose(moved_state.P, expected_motion_noise_covariance)

# Test __repr__
assert str(model) == f"Constant velocity motion model with dt = {dt} siqma = {sigma_q} "

0 comments on commit 3b424ba

Please sign in to comment.