qingyi-yan / POET

Other
1 stars 2 forks source link

Nodes are being reused when creating new unknown nodes #49

Open yimjay opened 4 months ago

yimjay commented 4 months ago

When calling new_unknown_node() in analysis.pt, the current implementation returns the first unknown node that currently exists in the given list of nodes.