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
{{ message }}
This repository has been archived by the owner on May 31, 2020. It is now read-only.
BPYap
changed the title
Duplicated values of same hash value but different data types in set
Duplicated values of equivalent but different data types in set
Jun 30, 2018
Consider the following code:
Running it in Python 3.6 interpreter produces the following output:
Meanwhile running it in voc produces the following output:
According to this stack overflow topic, the value
1
,1.0
andTrue
are equal when compared so Python will only keep 1 value in set.The text was updated successfully, but these errors were encountered: