Skip to content

Commit

Permalink
retry as told in the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter230655 committed Sep 20, 2024
1 parent 62afa3f commit 3f7b692
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples-gallery/plot_two_body_skateboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,12 @@
"""
import sympy.physics.mechanics as me
import sympy as sm

import numpy as np

from scipy.optimize import fsolve
from scipy.interpolate import CubicSpline

from opty.direct_collocation import Problem
from opty.utils import parse_free
from opty.utils import create_objective_function

import matplotlib.pyplot as plt
from matplotlib.animation import FuncAnimation

Expand Down

0 comments on commit 3f7b692

Please sign in to comment.