Lunderberg commented on code in PR #11561:
URL: https://github.com/apache/tvm/pull/11561#discussion_r907500302


##########
tests/python/contrib/test_hexagon/topi/test_cast_slice.py:
##########
@@ -194,4 +194,4 @@ def test_cast_fp32_fp16_slice(
 
 
 if __name__ == "__main__":
-    sys.exit(tvm.testing.main(sys.argv))
+    sys.exit(tvm.testing.main())

Review Comment:
   Small nitpick, the `sys.exit` can be removed as well.
   
   ```python
   if __name__ == "__main__":
       sys.exit(tvm.testing.main())
   ```



-- 
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]

Reply via email to