Skip to content

Commit

Permalink
pydrake: Rename a unittest method to avoid determinism bug (RobotLoco…
Browse files Browse the repository at this point in the history
…motion#11719)

This test case fails under python3 -c dbg with certain names, but not others.
This works around spurious failures that show up as of commit
12a8432.
  • Loading branch information
jwnimmer-tri authored and antequ committed Jul 1, 2019
1 parent 0a55f1c commit 5a064b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/pydrake/systems/test/custom_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_leaf_system_per_item_tickets(self):
]:
self.assertIsInstance(func(arg), DependencyTicket, func)

def test_leaf_system_overrides(self):
def test_all_leaf_system_overrides(self):
test = self

class TrivialSystem(LeafSystem):
Expand Down

0 comments on commit 5a064b5

Please sign in to comment.