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
Found while testing cross_join implementations, assert!(#context.is_first_run_this_tick()) fails. A subgraph should only run twice in a tick if there is a loop causing it to be re-scheduled (a fix point loop).