kshitij12345 commented on a change in pull request #17325: Fix Flaky Test Higher Order Grad URL: https://github.com/apache/incubator-mxnet/pull/17325#discussion_r368274020
########## File path: tests/python/unittest/test_higher_order_grad.py ########## @@ -27,7 +27,8 @@ from common import with_seed import mxnet from mxnet import nd, autograd, gluon -from mxnet.test_utils import assert_almost_equal, random_arrays, rand_shape_nd, same +from mxnet.test_utils import ( + assert_almost_equal, random_arrays, random_uniform_arrays, rand_shape_nd, same) Review comment: Other tests are still using `random_arrays`, probably they can be replaced with `random_uniform_arrays` but will have to verify once. ---------------------------------------------------------------- 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
