Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omit duplicate operands in graph #2201

Merged
merged 1 commit into from
Feb 19, 2025
Merged

Omit duplicate operands in graph #2201

merged 1 commit into from
Feb 19, 2025

Conversation

vkovacevicTT
Copy link
Contributor

Ticket

Closes #2154

Problem description

Multiple occurrences of the same operand were being added to the graph.

What's changed

Now adding only one node to the graph for each operand.

Copy link
Contributor

@vprajapati-tt vprajapati-tt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Thanks :)

@vkovacevicTT vkovacevicTT merged commit bfb88dd into main Feb 19, 2025
33 checks passed
@vkovacevicTT vkovacevicTT deleted the vkovacevic/issue-2154 branch February 19, 2025 11:24
vwellsTT pushed a commit that referenced this pull request Feb 20, 2025
### Ticket
Closes #2154 

### Problem description
Multiple occurrences of the same operand were being added to the graph. 

### What's changed
Now adding only one node to the graph for each operand.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove duplicate operand nodes in graph
3 participants