Skip to content

Remove duplicate objects without relying on Hashing #63

@MicahGale

Description

@MicahGale

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.

Metadata

Metadata

Assignees

Labels

code improvementA feature request that will improve the software and its maintainability, but be invisible to users.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions