You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We frequently see some failures in pytest due to openml not replying with the desired data on time.
We can make it so that at the start of the pytest session we create a fixture that pre-fetches all data and retry as needed so that each individual test doesn't suffer the timeout penalty of the HTTP request.