Closed
Description
When iterating through all wires and nodes in a device, this code below should never output anything. It does for xcvh1782. It would be good to add to the tests.
for (Wire wire: node.getAllWiresInNode()) {
if(!wire.getNode().equals(node)) {
System.out.println(node.toString() + " != " + wire.toString() + ".getNode() " + wire.getNode().toString());
}
}
Metadata
Metadata
Assignees
Labels
No labels