leezu commented on a change in pull request #18146:
URL: https://github.com/apache/incubator-mxnet/pull/18146#discussion_r417685627
##########
File path: tests/python/train/test_resnet_aug.py
##########
@@ -39,14 +40,15 @@ def get_net():
return softmax
# check data
-get_cifar10()
+path = tempfile.mkdtemp()
Review comment:
You're not cleaning up these temporary directories. You could use
pytests functionality which will handle cleanup
https://docs.pytest.org/en/latest/tmpdir.html
----------------------------------------------------------------
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:
[email protected]