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
When Github Action runs test_non_anomalous_outliers variant for AADForest it takes ~20 seconds for macOS runners, and up to ~4000 seconds for Linux and Windows runners (while accidentally it could be 20 seconds as well). I'm going to mark this test as "long" in #119 which would prevent it from running in CI. However, we need to investigate what is happening there, because I think I can reproduce the issue at Linux. cProfile shows that it spends all the time in minimize:
When Github Action runs
test_non_anomalous_outliers
variant forAADForest
it takes ~20 seconds for macOS runners, and up to ~4000 seconds for Linux and Windows runners (while accidentally it could be 20 seconds as well). I'm going to mark this test as "long" in #119 which would prevent it from running in CI. However, we need to investigate what is happening there, because I think I can reproduce the issue at Linux.cProfile
shows that it spends all the time inminimize
:The text was updated successfully, but these errors were encountered: