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
The previous version of check_shared did not test anything because of
the use of `zip` instead of `product` (so `i2 <= i1` was always true).
Moreover, the `shared` variable defined outside the loop would get
shadowed by the one defined in the loop.
Fix both issues.
0 commit comments