drivanov commented on a change in pull request #14443: Mxnet allclose
URL: https://github.com/apache/incubator-mxnet/pull/14443#discussion_r295539990
 
 

 ##########
 File path: tests/python/gpu/test_gluon_gpu.py
 ##########
 @@ -454,10 +522,7 @@ def get_net(num_ops):
 
     time_per_iteration.value = (time.time() - start) / num_iterations
 
-
-@with_seed()
-@unittest.skip('skippping temporarily, tracked by 
https://github.com/apache/incubator-mxnet/issues/14970')
 
 Review comment:
   Sorry, it is my fault: `@unittest.skip(...) should stay with 
   ```
   @with_seed()
   @unittest.skip('skippping temporarily, tracked by 
https://github.com/apache/incubator-mxnet/issues/14970')
   def test_bulking_gluon_gpu():
       _test_bulking(_test_bulking_in_process)
   ```
   I will fix it

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


With regards,
Apache Git Services

Reply via email to