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/10/15 20:52:06 UTC

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #16416: Dgl ops 2

ChaiBapchya commented on a change in pull request #16416: Dgl ops 2
URL: https://github.com/apache/incubator-mxnet/pull/16416#discussion_r335171324
 
 

 ##########
 File path: tests/nightly/test_large_array.py
 ##########
 @@ -1212,6 +1214,80 @@ def test_full():
     assert a[-1][-1] == 3
 
 
+def test_hyperbolic():
+    def test_arccosh(a):
 
 Review comment:
   We are doing the last element check to save on time. But this is being done for each test (>50) so doesn't make sense to add for this specific test. In that case, should i add it to the top of the function?

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