TM will stay in deterministic mode after the deterministic test.
This commit is contained in:
parent
33981f135b
commit
57bee724f3
|
@ -130,7 +130,6 @@ class TestDeterminism(SmokeTest):
|
|||
record_run2 = self.run_simulation(world, vehicle_actor_list)
|
||||
|
||||
self.client.reload_world()
|
||||
traffic_manager.set_synchronous_mode(False)
|
||||
world.apply_settings(old_settings)
|
||||
|
||||
self.compare_records(record_run1, record_run2)
|
||||
|
|
Loading…
Reference in New Issue