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 2020/10/08 15:50:19 UTC

[GitHub] [incubator-tvm] leandron commented on a change in pull request #6643: [TEST][TEDD] improve TEDD tests to also run on CPU Docker image

leandron commented on a change in pull request #6643:
URL: https://github.com/apache/incubator-tvm/pull/6643#discussion_r501828116



##########
File path: tests/python/contrib/test_tedd.py
##########
@@ -14,9 +14,13 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-from tvm import te
-import numpy as np
 import re
+
+import numpy as np
+
+import pytest

Review comment:
       Good point. Numpy was there before and didn't notice it wasn't used. I tried using pytest.importorskip, but it didn't do the trick. in the end, that is a leftover. I'll fix it.




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

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