-
Notifications
You must be signed in to change notification settings - Fork 1
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
add azure option in result recording #189
Conversation
72981a4
to
faf7c9e
Compare
faf7c9e
to
ad9cf66
Compare
if qir_generator.has_wasm: | ||
if profile == QIRProfile.AZUREADAPTIVE: | ||
|
||
assert not qir_generator.has_wasm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that we don't want to do wasm for azure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's a fair assumption for now at least.
if qir_generator.has_wasm: | ||
if profile == QIRProfile.AZUREADAPTIVE: | ||
|
||
assert not qir_generator.has_wasm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's a fair assumption for now at least.
Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com>
This reverts commit 6d0b9ce.
Description
Please summarise the changes.
Related issues
Please mention any github issues addressed by this PR.
Checklist