apeforest commented on a change in pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369847719
########## File path: tests/python/unittest/common.py ########## @@ -31,6 +31,7 @@ from contextlib import contextmanager from nose.tools import make_decorator, assert_raises import tempfile +import gc Review comment: nit: we usually import generic modules before all the custom modules. So this is better to go in the second line. ---------------------------------------------------------------- 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] With regards, Apache Git Services
