You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/07/10 21:50:53 UTC

[GitHub] [tvm] alanmacd commented on issue #11414: [Tracking Issue] pylint the tests!

alanmacd commented on issue #11414:
URL: https://github.com/apache/tvm/issues/11414#issuecomment-1179806181

   Has anyone found a way to address the **redefined-outer-name** warning when **tvm.testing.parameters** is used? For example see [test_crt.py::test_aot_executor_usmp_const_pool](https://github.com/apache/tvm/blob/00ce86d68b123f3389b0fca1eca72e81f6054443/tests/python/unittest/test_crt.py#L232)
   
   ```
   [W0621(redefined-outer-name), test_aot_executor_usmp_const_pool] Redefining name 'enable_usmp' from outer scope 
   [W0621(redefined-outer-name), test_aot_executor_usmp_const_pool] Redefining name 'expect_exception' from outer scope
   ```


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org