EquivalenceLibrary.set_entry
does not clear old entries in graph
#11958
Labels
Milestone
EquivalenceLibrary.set_entry
does not clear old entries in graph
#11958
Environment
What is happening?
When using
EquivalenceLibrary.set_entry
to replace a set of entries with another, theget_entry
method will update with the new entries, but thegraph
attribute will not have suitably changed the edges, meaning that theBasisTranslator
will use the old rules.How can we reproduce the issue?
What should happen?
Since we replaced the "good" rule with a "bad" rule, the basis translator should only be able to find the bad rule and the output should be:
Any suggestions?
No response
The text was updated successfully, but these errors were encountered: