ThomasDelteil commented on a change in pull request #13377: Add timing output to python tests URL: https://github.com/apache/incubator-mxnet/pull/13377#discussion_r235822428
########## File path: ci/docker/runtime_functions.sh ########## @@ -23,6 +23,7 @@ set -ex NOSE_COVERAGE_ARGUMENTS="--with-coverage --cover-inclusive --cover-xml --cover-branches --cover-package=mxnet" +NOSE_TIMER_ARGUMENTS="--with-timer --timer-ok 1.0 --timer-warning 15.0 --timer-filter warning,error" Review comment: this needs to be integer not float apparently according to failed CI ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
