Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Remove duplicate large_vector_test (#18259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya authored May 7, 2020
1 parent a0e6735 commit 353c243
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1431,16 +1431,6 @@ nightly_test_large_vector() {
pytest tests/nightly/test_large_vector.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
}

#Tests Amalgamation Build with 5 different sets of flags
nightly_test_amalgamation() {
set -ex
Expand Down

0 comments on commit 353c243

Please sign in to comment.