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
scheduler.py:194-195 raises a bare AssertionError for a state that is structurally impossible given the _step_started guard two lines above. It is unreachable defensive code.
Problem
scheduler.py:194-195raises a bareAssertionErrorfor a state that is structurally impossible given the_step_startedguard two lines above. It is unreachable defensive code.Action
Delete the check.
Acceptance criteria