Closed violll closed 5 months ago
This works for the exact duplicates but adds too much time, maybe turn res back into dict to prevent duplicates?
if tree_to_newick(tree) in [tree_to_newick(t) for t in self.evoLines]:
print("hi!!")
else:
self.evoLines.add(tree)/``
All fixed except unown, currently exploring new way to standardize fixing edge cases (unown and gimmighoul lines)