Lunderberg commented on code in PR #13161: URL: https://github.com/apache/tvm/pull/13161#discussion_r1004988769
########## tests/python/contrib/test_hexagon/test_meta_schedule.py: ########## @@ -62,7 +64,7 @@ def main( # type: ignore # pylint: disable=no-self-argument @tvm.testing.requires_hexagon def test_builder_runner(hexagon_launcher): - if hexagon_launcher._serial_number == "simulator": + if android_serial_number()[0] == "simulator": Review Comment: That makes sense, and thank you! That looks a lot nicer in the usage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
