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

Fix view result #3176

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Fix view result #3176

merged 1 commit into from
Dec 27, 2024

Conversation

Yicong-Huang
Copy link
Collaborator

This PR fixes an issue where operators marked for viewing results did not display the expected results due to a mismatch caused by string-based comparison instead of using operator identities. By updating the matching logic to rely on operator identities, this change ensures accurate identification of marked operators and correct display of their results.

Copy link
Collaborator

@shengquan-ni shengquan-ni left a comment

Choose a reason for hiding this comment

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

lgtm

@Yicong-Huang Yicong-Huang self-assigned this Dec 27, 2024
@Yicong-Huang Yicong-Huang merged commit 5267fec into master Dec 27, 2024
8 checks passed
@Yicong-Huang Yicong-Huang deleted the yicong-fix-view-result branch December 27, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

2 participants