Skip to content

Commit

Permalink
nomore useless data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Feb 24, 2025
1 parent 9f5582e commit 323bd44
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
Binary file removed examples/data/biceps_force.pkl
Binary file not shown.
Binary file removed examples/data/hand_cycling_force.bio
Binary file not shown.
Binary file removed examples/data/simulated_fatigue_trial.pkl
Binary file not shown.
6 changes: 2 additions & 4 deletions tests/shard1/test_ocp_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from bioptim import ObjectiveFcn, ObjectiveList, Node

# Force and time data coming form examples/data/hand_cycling_force.bio file
force = np.array(
[
0,
Expand Down Expand Up @@ -240,9 +239,7 @@


@pytest.mark.parametrize(
"model,"
" pulse_width_max,"
" pulse_intensity_max,",
"model," " pulse_width_max," " pulse_intensity_max,",
[
(ding2003, None, None),
(
Expand Down Expand Up @@ -309,6 +306,7 @@ def test_ocp_building(
use_sx=use_sx,
)


#
# def test_all_ocp_fes_errors():
# # with pytest.raises(
Expand Down
1 change: 0 additions & 1 deletion tests/shard2/test_models_dynamics_with_bioptim.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
OcpFes,
)

# Force and time data coming form examples/data/hand_cycling_force.bio file
force = np.array(
[
0,
Expand Down

0 comments on commit 323bd44

Please sign in to comment.