Open fkiraly opened 2 months ago
This is also occurring in sktime with TFT https://github.com/sktime/sktime/actions/runs/10610051364/job/29406877935#step:11:32632
According to different threads at GitHub. This is an error that multiple libraries are facing when using xdist.. See for example: https://github.com/coiled/benchmarks/issues/404. There someone had the assumption that there is to much load on the worker and thus they are failing...
Some people seem to be successful with reducing the number of workers:
I would suggest to select smaller possible values in optimize_hyperparameters
then the default ones. Hopefully, this is reducing the load so that these weird errors do not occur any more.. :/
We could also try turning off pytest-xdist
? At least for diagnostic purposes?
There is another issue on python 3.10-3.12, tests crash with this: