szha commented on a change in pull request #20620:
URL: https://github.com/apache/incubator-mxnet/pull/20620#discussion_r737663396



##########
File path: tests/python/unittest/test_numpy_interoperability.py
##########
@@ -1579,6 +1579,13 @@ def _add_workload_fmod(array_pool):
     OpArgMngr.add_workload('fmod', array_pool['4x1'], array_pool['1x1x0'])
 
 
+def _add_workload_floor_divide(array_pool):
+    OpArgMngr.add_workload('floor_divide', array_pool['4x1'], 
array_pool['1x2'])

Review comment:
       does it test for the negative values?




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to