rmnldwg / lymph

Python package for statistical modelling of lymphatic metastatic spread in head & neck cancer.
https://lymph-model.readthedocs.io
MIT License
5 stars 4 forks source link

Graph gets messed up #31

Closed rmnldwg closed 2 years ago

rmnldwg commented 2 years ago

Apparently, the graph sometimes gets disordered, which is likely due to the use of set(value) in the __init__ call of the Unilateral class. Sets in python are unordered and it seems this causes a random order of the elements when iterating over it.