alanmacd commented on code in PR #12063:
URL: https://github.com/apache/tvm/pull/12063#discussion_r923713946
##########
tests/python/unittest/test_runtime_rpc.py:
##########
@@ -191,9 +204,9 @@ def check(remote):
remote.cpu().sync()
with pytest.raises(AttributeError):
- f3 = remote.system_lib()["notexist"]
+ func3 = remote.system_lib()["notexist"] # pylint:
disable=unused-variable
Review Comment:
I didn't know if we wanted to change functionality of test, i.e. why is this
here, would that throw an exception if something was broken? or is it just
abandoned code?
--
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]