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
Currently, compute_intersection with --combinations prints out all combinations, even empty ones. We should add a condition that doesn't print out an intersection if intersection.length == 0 because it means effectively it doesn't exist, and it could create problems later on.
The text was updated successfully, but these errors were encountered:
Currently,
compute_intersection
with--combinations
prints out all combinations, even empty ones. We should add a condition that doesn't print out an intersection ifintersection.length == 0
because it means effectively it doesn't exist, and it could create problems later on.The text was updated successfully, but these errors were encountered: