Skip to content

Commit

Permalink
ui too
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewb1 committed Nov 30, 2023
1 parent 022b6b3 commit 99cadb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/test_onroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def test_memory_usage(self):
self.assertLessEqual(max(mems) - min(mems), 3.0)

def test_gpu_usage(self):
self.assertEqual(self.gpu_procs, {"weston", "_ui", "camerad", "selfdrive.modeld.modeld"})
self.assertEqual(self.gpu_procs, {"weston", "ui", "camerad", "selfdrive.modeld.modeld"})

def test_camera_processing_time(self):
result = "\n"
Expand Down

0 comments on commit 99cadb2

Please sign in to comment.