You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/07/23 18:17:59 UTC

[incubator-mxnet] branch master updated (18af71e -> 02ae456)

This is an automated email from the ASF dual-hosted git repository.

lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 18af71e  CI: Migrate remaining Dockerfiles to docker-compose.yml and remove unused code (#18771)
     add 02ae456  Improve environment variable handling in unittests (#18424)

No new revisions were added by this update.

Summary of changes:
 include/mxnet/c_api_test.h                         |  16 ++
 python/mxnet/test_utils.py                         | 113 +++++++++-----
 python/mxnet/util.py                               |  35 ++++-
 src/c_api/c_api_test.cc                            |  22 +++
 tests/python/gpu/test_device.py                    |  16 +-
 tests/python/gpu/test_fusion.py                    |  39 ++---
 tests/python/gpu/test_gluon_gpu.py                 |  18 ++-
 tests/python/gpu/test_kvstore_gpu.py               |  10 +-
 tests/python/gpu/test_operator_gpu.py              |  42 ++---
 tests/python/unittest/common.py                    |  35 +++--
 tests/python/unittest/test_autograd.py             |   7 +-
 tests/python/unittest/test_base.py                 | 103 ++++++++++---
 tests/python/unittest/test_engine.py               |   4 +-
 tests/python/unittest/test_engine_import.py        |  14 +-
 tests/python/unittest/test_executor.py             |  66 ++++----
 tests/python/unittest/test_gluon.py                |  23 +--
 tests/python/unittest/test_gluon_probability_v1.py |   2 +-
 tests/python/unittest/test_gluon_probability_v2.py |   2 +-
 tests/python/unittest/test_memory_opt.py           |  38 +----
 tests/python/unittest/test_operator.py             | 170 ++++++++++-----------
 tests/python/unittest/test_subgraph_op.py          |  28 ++--
 tests/python/unittest/test_symbol.py               |  68 ++++-----
 22 files changed, 491 insertions(+), 380 deletions(-)