Removed deprecated processor_ids#6563
Conversation
|
Sorry for the @'s but could someone review this, please? @verult @cduck @wcourtney @vtomole |
wcourtney
left a comment
There was a problem hiding this comment.
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
wcourtney
left a comment
There was a problem hiding this comment.
Just a couple nits, otherwise LGTM. Thanks!
|
@wcourtney are the changes alright? |
wcourtney
left a comment
There was a problem hiding this comment.
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 |
wcourtney
left a comment
There was a problem hiding this comment.
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 <juhas@google.com>
* 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 <juhas@google.com>
Removed deprecated processor_ids in
Engine,EngineProgramandEngineClientfrom issue #6271