reminisce opened a new issue #16389: [Flaky] test_np_max_min on windows URL: https://github.com/apache/incubator-mxnet/issues/16389 ```bash 92607 ====================================================================== 92608 ERROR: test_numpy_op.test_np_max_min 92609 ---------------------------------------------------------------------- 92610 Traceback (most recent call last): 92611 File "C:\Python37\lib\site-packages\nose\case.py", line 198, in runTest 92612 self.test(*self.arg) 92613 File "C:\jenkins_slave\workspace\ut-python-cpu@3\tests\python\unittest\common.py", line 177, in test_new 92614 orig_test(*args, **kwargs) 92615 File "C:\jenkins_slave\workspace\ut-python-cpu@3\windows_package\python\mxnet\util.py", line 307, in _with_np_shape 92616 return func(*args, **kwargs) 92617 File "C:\jenkins_slave\workspace\ut-python-cpu@3\windows_package\python\mxnet\util.py", line 491, in _with_np_array 92618 return func(*args, **kwargs) 92619 File "C:\jenkins_slave\workspace\ut-python-cpu@3\tests\python\unittest\test_numpy_op.py", line 703, in test_np_max_min 92620 expected_ret = _np.amax(x.asnumpy(), axis=axis, keepdims=keepdims) 92621 File "C:\jenkins_slave\workspace\ut-python-cpu@3\windows_package\python\mxnet\ndarray\ndarray.py", line 2504, in asnumpy 92622 ctypes.c_size_t(data.size))) 92623 File "C:\jenkins_slave\workspace\ut-python-cpu@3\windows_package\python\mxnet\base.py", line 254, in check_call 92624 raise MXNetError(py_str(_LIB.MXGetLastError())) 92625 mxnet.base.MXNetError: [18:36:00] c:\jenkins_slave\workspace\build-cpu\include\mxnet\tuple.h:390: Check failed: ndim >= -1 (-450807624 vs. -1) : shape ndim must be >= -1, while received 92626 -450807624 ``` [windows.log](https://github.com/apache/incubator-mxnet/files/3699033/windows.log) @stu1130
---------------------------------------------------------------- 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
