You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/10/27 16:48:45 UTC

[GitHub] [incubator-mxnet] szha commented on a change in pull request #20620: [API] Add floor_divide

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: commits-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org