Zha0q1 commented on a change in pull request #19529:
URL: https://github.com/apache/incubator-mxnet/pull/19529#discussion_r523289772
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -1036,19 +1036,7 @@ nightly_test_large_tensor() {
set -ex
export PYTHONPATH=./python/
export DMLC_LOG_STACK_TRACE_DEPTH=10
- pytest tests/nightly/test_large_array.py::test_tensor
- pytest tests/nightly/test_large_array.py::test_nn
- pytest tests/nightly/test_large_array.py::test_basic
-}
-
-#Test Large Vectors
-nightly_test_large_vector() {
- set -ex
- export PYTHONPATH=./python/
- export DMLC_LOG_STACK_TRACE_DEPTH=10
- pytest tests/nightly/test_large_vector.py::test_tensor
- pytest tests/nightly/test_large_vector.py::test_nn
- pytest tests/nightly/test_large_vector.py::test_basic
Review comment:
So those large_vector tests are from 1.x?
----------------------------------------------------------------
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]