Skip to content

Commit

Permalink
removed kwarg plot from pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter230655 committed Feb 28, 2025
1 parent d89338b commit 34d2a5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
# %%
# Use a linear guess.
# %%
initial_guess = prob.create_linear_initial_guess(plot=True)
initial_guess = prob.create_linear_initial_guess()
# %%
# Find the optimal solution.
solution, info = prob.solve(initial_guess)
Expand Down

0 comments on commit 34d2a5d

Please sign in to comment.