From 3f7b692a98e069c5d9b40105c41d2d7885b8b5cb Mon Sep 17 00:00:00 2001 From: Peter Stahlecker Date: Fri, 20 Sep 2024 22:59:31 +0200 Subject: [PATCH] retry as told in the error message --- examples-gallery/plot_two_body_skateboard.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples-gallery/plot_two_body_skateboard.py b/examples-gallery/plot_two_body_skateboard.py index 880836a7..18f0c809 100644 --- a/examples-gallery/plot_two_body_skateboard.py +++ b/examples-gallery/plot_two_body_skateboard.py @@ -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