Skip to content

Commit

Permalink
removed birkhoff from racecar test due to slowness
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Nov 14, 2024
1 parent 27cca3a commit 96e0c66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dymos/examples/racecar/test/test_racecar.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ def test_racecar_for_docs(self):
s_final = track.get_total_length()

txs = {'radau': dm.Radau(num_segments=50, order=3, compressed=True),
'gauss-lobatto': dm.GaussLobatto(num_segments=50, order=3, compressed=True),
'birkhoff': dm.Birkhoff(num_nodes=100)}
'gauss-lobatto': dm.GaussLobatto(num_segments=50, order=3, compressed=True)}

for tx_name, tx in txs.items():
with self.subTest(tx_name):
Expand Down

0 comments on commit 96e0c66

Please sign in to comment.