timtadh / zhang-shasha

Tree edit distance using the Zhang Shasha algorithm
Other
433 stars 63 forks source link

Removed requirement that node is a normal object #21

Closed timtadh closed 10 years ago

timtadh commented 10 years ago

Before I required that each node was a normal python object such that an arbitrary attributed could be added. I was adding an _id attr to while building the AnnotatedTree. This was unnecessary. I now store those much more sensibly in a seperate list.

fixes #20