From f1120f7943e37832e6aa8d495d20b33ca254360e Mon Sep 17 00:00:00 2001 From: Ipuch Date: Fri, 20 Oct 2023 14:24:50 -0400 Subject: [PATCH] black --- tests/shard6/test_time_dependent_problems.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/shard6/test_time_dependent_problems.py b/tests/shard6/test_time_dependent_problems.py index 9954924af..642ddfd9f 100644 --- a/tests/shard6/test_time_dependent_problems.py +++ b/tests/shard6/test_time_dependent_problems.py @@ -293,7 +293,6 @@ def test_time_dependent_problem(n_phase, integrator, control_type, minimize_time np.testing.assert_almost_equal(sol.controls["tau"][0][20], -0.19302027184867174) np.testing.assert_almost_equal(sol.time[-1], 1.0165215559480536) else: - # if mac return if platform.system() == "Darwin": return np.testing.assert_almost_equal(np.array(sol.cost), np.array([[253.86966024]]))