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/07 09:54:54 UTC

[GitHub] [tvm] blackkker commented on a diff in pull request #12028: [WIP][Pylint] Making frontend tests pylint compliant

blackkker commented on code in PR #12028:
URL: https://github.com/apache/tvm/pull/12028#discussion_r915688152


##########
tests/python/frontend/coreml/test_forward.py:
##########
@@ -422,6 +427,7 @@ def verify_unary_sqrt(input_dim):
 
 
 def verify_unary_rsqrt(input_dim, epsilon=0):
+    """Unary rsqrt"""

Review Comment:
   Actually I think so. But disabling C0114 in some functions is also inappropriate. So i just follow others.
   @areusch any ideas?
   



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