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

[test] Add test for subtraction in Python kernel #1697

Merged
merged 1 commit into from
May 20, 2024

Conversation

bmhowe23
Copy link
Collaborator

@bmhowe23 bmhowe23 commented May 20, 2024

Resolves #1662

Note: #1605 resolved the bug associated with #1662. This PR simply adds the appropriate test to ensure it doesn't break in the future.

Copy link

CUDA Quantum Docs Bot: A preview of the documentation can be found here.

github-actions bot pushed a commit that referenced this pull request May 20, 2024
@bmhowe23 bmhowe23 added the no release notes Don't list this PR in the release notes label May 20, 2024
Copy link
Collaborator

@khalatepradnya khalatepradnya left a comment

Choose a reason for hiding this comment

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

Thanks, Ben!

@bmhowe23 bmhowe23 merged commit 4d20807 into NVIDIA:main May 20, 2024
125 checks passed
@bmhowe23 bmhowe23 deleted the pr-i1662-add-test-for-subtract branch May 20, 2024 15:11
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no release notes Don't list this PR in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subtraction of variables gives unhandled BinOp.Sub error within a python kernel
2 participants