mseth10 edited a comment on pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#issuecomment-663914361
All unit tests pass. Here are the results using pytest: ``` >>> pytest tests/nightly/test_large_array.py::test_linalg ================================================================================= test session starts ================================================================================= platform linux -- Python 3.7.7, pytest-5.4.1, py-1.8.1, pluggy-0.13.1 rootdir: /home/ubuntu/incubator-mxnet plugins: remotedata-0.3.2, openfiles-0.4.0, astropy-header-0.1.2, hypothesis-5.8.3, arraydiff-0.3, doctestplus-0.5.0 collected 1 item tests/nightly/test_large_array.py . [100%] ================================================================================== warnings summary =================================================================================== python/mxnet/contrib/onnx/mx2onnx/_op_translations.py:67 /home/ubuntu/incubator-mxnet/python/mxnet/contrib/onnx/mx2onnx/_op_translations.py:67: DeprecationWarning: invalid escape sequence \( tuple_re = re.compile('\([0-9L|,| ]+\)') /home/ubuntu/anaconda3/lib/python3.7/site-packages/nose/importer.py:12 /home/ubuntu/anaconda3/lib/python3.7/site-packages/nose/importer.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses from imp import find_module, load_module, acquire_lock, release_lock -- Docs: https://docs.pytest.org/en/latest/warnings.html ===================================================================== 1 passed, 2 warnings in 8859.56s (2:27:39) ====================================================================== ``` ---------------------------------------------------------------- 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: us...@infra.apache.org