Skip to content

Commit

Permalink
to correspond to online tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Feb 8, 2024
1 parent bcc3d14 commit ce9a13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/shard2/test_fes_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def test_multi_muscle_fes_dynamics():
np.testing.assert_almost_equal(sol.states["q"][0][-1], 0)
np.testing.assert_almost_equal(sol.states["q"][1][0], 0.08722222222222223)
np.testing.assert_almost_equal(sol.states["q"][1][-1], 2.0933333333333333)
np.testing.assert_almost_equal(sol.states["F_BIClong"][0][-1], 33.20686595)
np.testing.assert_almost_equal(sol.states["F_TRIlong"][0][-1], 18.36373478)
np.testing.assert_almost_equal(sol.states["F_BIClong"][0][-1], 33.206865, decimal=6)
np.testing.assert_almost_equal(sol.states["F_TRIlong"][0][-1], 18.363734, decimal=6)


def test_fes_models_inputs_sanity_check_errors():
Expand Down

0 comments on commit ce9a13f

Please sign in to comment.