Small fixes.
This commit is contained in:
parent
06bd2a9bdd
commit
238d93021a
|
@ -115,6 +115,7 @@ class TestDeterminism(SmokeTest):
|
|||
vehicle_actor_list = self.spawn_vehicles(world, blueprint_transform_list)
|
||||
record_run1 = self.run_simulation(world, vehicle_actor_list)
|
||||
traffic_manager.set_synchronous_mode(False)
|
||||
world.apply_settings(old_settings)
|
||||
|
||||
# reset the settings
|
||||
self.client.reload_world()
|
||||
|
@ -127,8 +128,9 @@ class TestDeterminism(SmokeTest):
|
|||
#run simulation 2
|
||||
vehicle_actor_list = self.spawn_vehicles(world, blueprint_transform_list)
|
||||
record_run2 = self.run_simulation(world, vehicle_actor_list)
|
||||
|
||||
traffic_manager.set_synchronous_mode(False)
|
||||
world.apply_settings(old_settings)
|
||||
|
||||
self.client.reload_world()
|
||||
world.apply_settings(old_settings)
|
||||
|
||||
|
|
Loading…
Reference in New Issue