Mousius opened a new pull request, #11657:
URL: https://github.com/apache/tvm/pull/11657

   This enables pylint against the AOT test cases.
   
   One issue I found was with the `tvm.testing.parameter` which breaks the 
naming convention rules in pylint (constants are upper case and function 
parameters are lower case). It may be worth a syntax similar to:
   
   ```
   tvm.testing.parameter("enable_usmp", [True, False])
   ```
   


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