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/07/26 08:52:06 UTC

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15651: update previous flaky naive engine test

apeforest commented on a change in pull request #15651: update previous flaky naive engine test
URL: https://github.com/apache/incubator-mxnet/pull/15651#discussion_r307648291
 
 

 ##########
 File path: tests/python/unittest/test_profiler.py
 ##########
 @@ -275,6 +275,8 @@ def test_aggregate_duplication():
     file_name = 'test_aggregate_duplication.json'
     enable_profiler(profile_filename = file_name, run=True, continuous_dump=True, \
                     aggregate_stats=True)
+    # clear aggregate stats
+    profiler.dumps(reset = True)
 
 Review comment:
   nit: remove space around '='. 
   FYI: http://google.github.io/styleguide/pyguide.html#36-whitespace

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