Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

deprecation: Ankaa-2 #1060

Merged
merged 1 commit into from
Feb 8, 2025
Merged

deprecation: Ankaa-2 #1060

merged 1 commit into from
Feb 8, 2025

Conversation

speller26
Copy link
Member

Issue #, if available:

Description of changes:

Also made integ tests more robust to device retirement

Testing done:

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have checked that my tests are not configured for a specific region or account (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@speller26 speller26 requested a review from a team as a code owner February 8, 2025 00:24
Copy link

codecov bot commented Feb 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (eed8844) to head (2217aa8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1060   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          135       135           
  Lines         9085      9085           
  Branches      1045      1045           
=========================================
  Hits          9085      9085           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@rmshaffer rmshaffer left a comment

Choose a reason for hiding this comment

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

Looks good! Just want to make sure we don't deprecate the enum value too quickly until the other repos have been updated - if you've thought about that then it's all good.

@@ -50,7 +50,7 @@ class _Rigetti(str, Enum):
_AspenM1 = "arn:aws:braket:us-west-1::device/qpu/rigetti/Aspen-M-1"
_AspenM2 = "arn:aws:braket:us-west-1::device/qpu/rigetti/Aspen-M-2"
_AspenM3 = "arn:aws:braket:us-west-1::device/qpu/rigetti/Aspen-M-3"
Ankaa2 = "arn:aws:braket:us-west-1::device/qpu/rigetti/Ankaa-2"
_Ankaa2 = "arn:aws:braket:us-west-1::device/qpu/rigetti/Ankaa-2"
Copy link
Contributor

Choose a reason for hiding this comment

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

Will this break tests for notebooks that are still referencing Ankaa-2?

Copy link
Member Author

Choose a reason for hiding this comment

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

Only if the pinned SDK version is updated; we can bump up the version in the notebooks after we make the corresponding changes there.

@speller26 speller26 merged commit 808bb39 into main Feb 8, 2025
26 checks passed
@speller26 speller26 deleted the ankaa2 branch February 8, 2025 01:41
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants