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
Describe the bug
Edge case where nodes A, B, C have dependencies A->B->C and safe_remove_nodes is called on set {A, B}. A is removed despite being unsafe to delete.