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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
