Closed bockor closed 4 years ago
… improvement
existing_entities list accumulates multiple duplicate elements when edges are build using the add_edge method of the Graph class. Sets do not take duplicates.
Attached you can see the difference.
existing_entities_list_vs_set.txt
The duplication of elements has been fixed by https://github.com/jamesscottbrown/pyyed/pull/33 / https://github.com/jamesscottbrown/pyyed/pull/36.
… improvement
existing_entities list accumulates multiple duplicate elements when edges are build using the add_edge method of the Graph class. Sets do not take duplicates.
Attached you can see the difference.
existing_entities_list_vs_set.txt