apeforest commented on a change in pull request #15943: Added tests to verify Large Vector Support for initial set of ops URL: https://github.com/apache/incubator-mxnet/pull/15943#discussion_r317309985
########## File path: tests/nightly/test_large_array.py ########## @@ -19,7 +19,7 @@ import numpy as np import mxnet as mx -from mxnet.test_utils import rand_ndarray, assert_almost_equal, rand_coord_2d, default_context, check_symbolic_forward +from mxnet.test_utils import rand_ndarray, assert_almost_equal, rand_coord_2d, default_context, check_symbolic_forward, create_2d_tensor Review comment: where do you use default_context? ---------------------------------------------------------------- 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
