apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288796137
########## File path: tests/nightly/test_large_array.py ########## @@ -254,8 +247,8 @@ def numpy_space_to_depth(x, blocksize): def test_diag(): - h = np.random.randint(2,9) - w = np.random.randint(2,9) + h = np.random.randint(2, 9) Review comment: I do not see the necessity of creating h and w variables here. ---------------------------------------------------------------- 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
