Skip to content

Commit

Permalink
try to pass the Github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter230655 committed Sep 19, 2024
1 parent 1915db9 commit e7cef84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples-gallery/plot_ball_rolling_on_spinning_disc.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def obj_grad(free):
# %%
# The initial guess should meet the configuration constraints. Those below are
# used to get a better initial guess, stored in
# 'ball_rolling_on_spinning_disc_solution.npy'.
# ```ball_rolling_on_spinning_disc_solution.npy```.

i1b = np.zeros(num_nodes)
i2 = np.linspace(initial_state_constraints[x],
Expand Down

0 comments on commit e7cef84

Please sign in to comment.