rmnldwg / lymph

Python package for statistical modelling of lymphatic metastatic spread in head & neck cancer.

Home Page:https://lymph-model.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph gets messed up

rmnldwg opened this issue · comments

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.