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
@andnig suggested at #170 (comment), that maybe the PYTEST_CURRENT_TEST environment variable, and what it is guarding, is not being evaluated correctly.
However, at #170 (comment), we have been able to confirm it works well.
The text was updated successfully, but these errors were encountered:
We confirmed that PYTEST_CURRENT_TEST properly guards the compare_models() call. However, the cell timeout here happens within setup() already. Is there a chance to reduce its heavyness in one way or another?
Originally coming from an issue that mixed things up, GH-170, let's get things straight here.
Problem
CI on the AutoML job occasionally trips like this, failing the CI run.
-- #170 (comment)
Outlook
@andnig suggested at #170 (comment), that maybe the
PYTEST_CURRENT_TEST
environment variable, and what it is guarding, is not being evaluated correctly.However, at #170 (comment), we have been able to confirm it works well.
The text was updated successfully, but these errors were encountered: