sxjscience commented on a change in pull request #9119: fix random generator: do not gen seed each time URL: https://github.com/apache/incubator-mxnet/pull/9119#discussion_r158858704
########## File path: python/mxnet/test_utils.py ########## @@ -34,6 +34,7 @@ import numpy as np import numpy.testing as npt import numpy.random as rnd +import scipy.stats as ss Review comment: How should I revise this? Move it to be inside the functions? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
