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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]