online-ml / river

🌊 Online machine learning in Python
https://riverml.xyz
BSD 3-Clause "New" or "Revised" License
4.89k stars 538 forks source link

Fix failing tests #1547

Closed gbolmier closed 1 week ago

gbolmier commented 1 month ago

Some tests are failing due to segmentation fault in the ubuntu-latest environment of the github action runners (no pb locally).

Search for Fatal Python error: Aborted in the logs:

Potentially helpful:

Tried to fix by installing Qt dependencies, but it didn't change anything.

See discord thread.

smastelini commented 1 month ago

A lot of the crashes happen in picking-related stuff, but this might not be related

gbolmier commented 1 week ago

Fixed by #1564.