We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630df27 commit 1b5326eCopy full SHA for 1b5326e
tests/test_NPC.py
@@ -23,7 +23,7 @@ def test_AAA_NPC_no_scene(self):
23
state = lgsvl.AgentState()
24
agent = sim.add_agent("Jeep", lgsvl.AgentType.NPC, state)
25
agent.state.position
26
- self.assertFalse(repr(e.exception).startswith(PROBLEM))
+ self.assertFalse(repr(e.exception).startswith(PROBLEM))
27
28
def test_NPC_creation(self): # Check if the different types of NPCs can be created
29
with SimConnection(60) as sim:
0 commit comments