You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 23:38:50 UTC

[GitHub] [beam] damccorm opened a new issue, #21493: Clean up/Fix runtime warning messages in python unit test standard error

damccorm opened a new issue, #21493:
URL: https://github.com/apache/beam/issues/21493

   Currently the log of python unit test results contains thousands of lines of runtime warning / future warning / deprecation warnings, making trouble shooting during development inconvenient. Most of the warning messages are not necessary at all and could be suppressed or fixed if possible. 
   For example, the most popped message is hundreds of lines of 'RuntimeWarning: Mean of empty slice
       return np.nanmean(a, axis, out=out, keepdims=keepdims)' 
   raised in dataframe tests, which could be suppressed.
   
   Imported from Jira [BEAM-14474](https://issues.apache.org/jira/browse/BEAM-14474). Original Jira may contain additional context.
   Reported by: yihu.


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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org