xidulu commented on a change in pull request #17586: [numpy] add op random.f
URL: https://github.com/apache/incubator-mxnet/pull/17586#discussion_r378808923
##########
File path: tests/python/unittest/test_numpy_op.py
##########
@@ -3650,6 +3650,38 @@ def _test_random_beta_range(output):
assert _test_random_beta_range(mx_out_imperative.asnumpy()) == True
+@with_seed()
+@use_np
+def test_np_random_f():
+ class TestRandomF(HybridBlock):
+ def __init__(self, size=None, ctx=None):
+ super(TestRandomF, self).__init__()
+ self._size = size
+ self._ctx = ctx
Review comment:
No need for this.
----------------------------------------------------------------
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