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 2019/09/16 07:28:55 UTC

[GitHub] [incubator-mxnet] hgt312 commented on a change in pull request #15816: Numpy Tril (Lower triangle) operator

hgt312 commented on a change in pull request #15816: Numpy Tril (Lower triangle) operator
URL: https://github.com/apache/incubator-mxnet/pull/15816#discussion_r324536659
 
 

 ##########
 File path: tests/python/unittest/test_numpy_op.py
 ##########
 @@ -92,6 +92,65 @@ def is_int(dtype):
                         assert_almost_equal(mx_out.asnumpy(), np_out, rtol=1e-3, atol=1e-5)
 
 
+@with_seed()
+@use_np
+def test_np_tril():
+    config = [
 
 Review comment:
   this operator does not support empty shape

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services