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
slow: marks tests as slow (deselect with '-m "not slow"')
heavy: marks tests whose measured cost is dominated by model fitting (deselect on light CI legs with '-m "not slow and not heavy"'). Classification is by MEASURED COST, not by category: a cheap oracle formula check is not heavy, an expensive non-oracle fit is.