-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add zip_longest in the cirq google sweep proto #6815
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
Conversation
I see the same error when running For me it is
If you have different versions, please run |
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.
LGTM with a tiny suggestion. Please re-generate the run_context_pb2.py file to unblock the CI.
Co-authored-by: Pavol Juhas <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6815 +/- ##
==========================================
- Coverage 97.85% 97.85% -0.01%
==========================================
Files 1084 1084
Lines 93758 93764 +6
==========================================
+ Hits 91749 91754 +5
- Misses 2009 2010 +1 ☔ View full report in Codecov by Sentry. |
Looks like the generated proto.py format is different. how can i I guarantee they are same? (I have checked the version of
grpcio-tools
andmypy-protobuf
@pavoljuhas)