oegedijk / explainerdashboard

Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.
http://explainerdashboard.readthedocs.io
MIT License
2.3k stars 331 forks source link

integration tests failing due dash_duo.get_logs() returning None #290

Open oegedijk opened 9 months ago

oegedijk commented 9 months ago

Our integration tests are failing both locally and in the CI due to dash_duo.get_logs() returning None instead of [].

Filed an issue with dash here: https://github.com/plotly/dash/issues/2712

In the meantime will switch off the integration tests in the CI.

oegedijk commented 9 months ago

Seems the issue is due to chrome/chromedriver 120 having some breaking changes...