leezu opened a new issue #17154: 
test_numpy_interoperability.test_np_array_function_protocol broken with numpy 
1.18
URL: https://github.com/apache/incubator-mxnet/issues/17154
 
 
   ## Description
   test_numpy_interoperability.test_np_array_function_protocol is broken with 
numpy 1.18 ?
   
   ### Error Message
   ```
   ======================================================================
   ERROR: test_numpy_interoperability.test_np_array_function_protocol
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "C:\Python37\lib\site-packages\nose\case.py", line 198, in runTest
       self.test(*self.arg)
     File 
"C:\jenkins_slave\workspace\ut-python-gpu\tests\python\unittest\common.py", 
line 221, in test_new
       orig_test(*args, **kwargs)
     File 
"C:\jenkins_slave\workspace\ut-python-gpu\windows_package\python\mxnet\util.py",
 line 321, in _with_np_shape
       return func(*args, **kwargs)
     File 
"C:\jenkins_slave\workspace\ut-python-gpu\windows_package\python\mxnet\util.py",
 line 505, in _with_np_array
       return func(*args, **kwargs)
     File 
"C:\jenkins_slave\workspace\ut-python-gpu\windows_package\python\mxnet\numpy_dispatch_protocol.py",
 line 60, in _run_with_array_func_proto
       .format(func.__name__, str(e)))
   RuntimeError: Running function test_np_array_function_protocol with NumPy 
array function protocol failed with exception Non-string object detected for 
the array ordering. Please pass in 'C', 
   'F', 'A', or 'K' instead
   -------------------- >> begin captured stdout << ---------------------
   ```
   
   ## To Reproduce
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwindows-gpu/detail/master/1414/pipeline
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwindows-cpu/detail/master/1418/pipeline
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/master/1433/pipeline
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/master/1427/pipeline
   
   @reminisce @haojin2 

----------------------------------------------------------------
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

Reply via email to