Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Oct 20, 2023
1 parent 80cad52 commit f1120f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/shard6/test_time_dependent_problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]]))
Expand Down

0 comments on commit f1120f7

Please sign in to comment.