-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
code improvementA feature request that will improve the software and its maintainability, but be invisible to users.A feature request that will improve the software and its maintainability, but be invisible to users.
Milestone
Description
Right now duplicates are removed by using hashes and the set operator. However these objects are mutable and these values changing can lead to unpredictable results. See: https://eng.lyft.com/hashing-and-equality-in-python-2ea8c738fb9d.
This affects most NumberdObjectCollection children objects.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code improvementA feature request that will improve the software and its maintainability, but be invisible to users.A feature request that will improve the software and its maintainability, but be invisible to users.