-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Removed deprecated processor_ids #6563
Conversation
Sorry for the @'s but could someone review this, please? @verult @cduck @wcourtney @vtomole |
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.
There's some documentation that still refers to processor_ids
at https://github.com/quantumlib/Cirq/blob/main/docs/google/engine.md. Mind updating that as well? Thanks!
removed the `[]` for processor_id
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.
Just a couple nits, otherwise LGTM. Thanks!
@wcourtney are the changes alright? |
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.
Thanks for the updates! LGTM, but it looks like there's a lint error. Other tests are running now. Please resolve any failures and I'll take another look.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6563 +/- ##
==========================================
- Coverage 97.79% 97.78% -0.01%
==========================================
Files 1124 1124
Lines 95684 95466 -218
==========================================
- Hits 93574 93352 -222
- Misses 2110 2114 +4 ☔ View full report in Codecov by Sentry. |
@wcourtney I've resolved all the failures :) |
@wcourtney Is it good now? |
Thanks guys @wcourtney @pavoljuhas |
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.
Sorry for the delay! LGTM
* removed deprecated processor_ids in Engine, EngineProgram and EngineClient * Made processor_id required, engine.md updated * Update engine.md removed the `[]` for processor_id * processor_id required in Engine, omitted a condition in EngineClient * Format and lint changes made --------- Co-authored-by: Pavol Juhas <[email protected]>
Removed deprecated processor_ids in
Engine
,EngineProgram
andEngineClient
from issue #6271