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
fromgennoimportComputer, Key# Two keys with same dimensions but different orderk1=Key("foo", "abc")
k2=Key("foo", "cba")
d= {k1:"bar"}
k1ind# Truek2ind# False
With:
This is because:
Although the following do work:
To resolve: make
Key.__hash__()
independent of dimension order.The text was updated successfully, but these errors were encountered: