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 display bug in quantum #359

Merged
merged 1 commit into from
Dec 6, 2024
Merged

fix display bug in quantum #359

merged 1 commit into from
Dec 6, 2024

Conversation

merowin
Copy link
Collaborator

@merowin merowin commented Dec 6, 2024

fixes #358

Reason for the bug is that previously empty intersection was represented as undefined, now by empty array, and we used to call colors?.push("green") which used to only add green when the position is already occupied. So I added a function that does this for the new representation.

Copy link
Collaborator

@benjaminpjones benjaminpjones left a comment

Choose a reason for hiding this comment

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

Thanks for fixing!

@merowin merowin merged commit 0f3838e into main Dec 6, 2024
3 checks passed
@merowin merowin deleted the quantum_display_bug branch December 7, 2024 15:53
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.

Green colour does not get captured
2 participants