vinx13 commented on a change in pull request #8789:
URL: https://github.com/apache/tvm/pull/8789#discussion_r691691114
##########
File path: tests/python/contrib/test_popen_pool.py
##########
@@ -66,6 +66,19 @@ def test_popen_pool_executor():
assert val.value == idx
+def test_popen_initializer():
+ initargs = [1, 2, 3]
+ pool = PopenPoolExecutor(
Review comment:
`pool` is not used
--
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]