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
Hi,
I got this error for the set intersection protocol: AttributeError: 'Compare' object has no attribute 'i'
It may be related to this part of the code.
# compute intersection of c.X and c.barY
for e in c.X:
if e in c.barY:
c.output(e, desc="in output set")
Do you have any clue how to fix it? Thanks very much!
The text was updated successfully, but these errors were encountered:
Hi,
I got this error for the set intersection protocol: AttributeError: 'Compare' object has no attribute 'i'
It may be related to this part of the code.
# compute intersection of c.X and c.barY
for e in c.X:
if e in c.barY:
c.output(e, desc="in output set")
Do you have any clue how to fix it? Thanks very much!
The text was updated successfully, but these errors were encountered: