Skip to content

Commit

Permalink
linted: black
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Jul 11, 2024
1 parent c0f1ea2 commit f745d96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bioptim/dynamics/configure_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,6 @@ def holonomic_torque_driven(ocp, nlp, numerical_data_timeseries: dict[str, np.nd
# axes_idx=ConfigureProblem._apply_phase_mapping(ocp, nlp, name),
)


name = "qdot_u"
names_qdot = ConfigureProblem._get_kinematics_based_names(nlp, "qdot")
names_udot = [names_qdot[i] for i in nlp.model.independent_joint_index]
Expand Down

0 comments on commit f745d96

Please sign in to comment.