jli commented on PR #25003: URL: https://github.com/apache/beam/pull/25003#issuecomment-1382403867
the Python_Runners and Python_Coverage test failures look like they're due to "PCollectionVisualizationTest". example failure log: https://ci-beam.apache.org/job/beam_PreCommit_Python_Coverage_Commit/11/testReport/junit/apache_beam.runners.interactive.display.pcoll_visualization_test/PCollectionVisualizationTest/test_dynamic_plotting_return_handle/ - the test notebooks use `facets-overview`, and facets-overview uses the deprecated function `numpy.asscalar`, which was presumably removed in numpy 1.23 - the `facets-overview` package hasn't been updated since July 2019 -- 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]
