Skip to content

Commit

Permalink
fixed a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Apr 18, 2024
1 parent 029cedf commit d5aee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shard2/test_fes_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def test_fes_models_inputs_sanity_check_errors():
n_shooting=10,
final_time=1,
pulse_duration_dict={"pulse_duration_min": 0.0003, "pulse_duration_max": 0.0006},
objective_dict={"q_tracking": [[1, 2, 3], [1, 2]]},
objective_dict={"q_tracking": [[1, 2, 3], [1, 2, 3, 4]]},
)

with pytest.raises(
Expand Down

0 comments on commit d5aee78

Please sign in to comment.