You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using amazon-braket-sdk version 1.81.1 or higher, several AutoQASM unit tests are failing because they were producing OpenQASM programs which used reserved keywords as variable names (i.e., invalid OpenQASM).
Describe the bug
When using
amazon-braket-sdk
version 1.81.1 or higher, several AutoQASM unit tests are failing because they were producing OpenQASM programs which used reserved keywords as variable names (i.e., invalid OpenQASM).The failing tests include:
To reproduce
Run AutoQASM unit tests with
amazon-braket-sdk
version 1.81.1 or higher installed.Expected behavior
Unit tests should pass.
Screenshots or logs
The list of tests above fail. For example, see:
https://github.com/amazon-braket/autoqasm/actions/runs/9555470119/job/26338777025?pr=31
System information
A description of your system. Please provide:
Additional context
This is a direct result of Braket SDK PR: amazon-braket/amazon-braket-sdk-python#999
This is related to AutoQASM PR: #28.
The text was updated successfully, but these errors were encountered: