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/04 05:55:50 UTC

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16088: remove 'foo' and other print msg from test

access2rohit commented on a change in pull request #16088: remove 'foo' and other print msg from test
URL: https://github.com/apache/incubator-mxnet/pull/16088#discussion_r320583094
 
 

 ##########
 File path: tests/python/unittest/test_profiler.py
 ##########
 @@ -208,9 +210,11 @@ def doLog(counter):
     counter.set_value(5)
     counter += 1
     start = time.time()
-    doLog(counter)
+    log = get_log(counter)
+    assert len(log) == 100000
 
 Review comment:
   `assert len(get_log(counter)) == 100000`

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