-
Notifications
You must be signed in to change notification settings - Fork 915
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
Encode values from python callback for C++ #10103
Encode values from python callback for C++ #10103
Conversation
I do not have permissions to add labels but this is a non-breaking change |
@jdye64 Is it required to go into |
@galipremsagar No, 22.04 is fine |
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.
Cython lgtm.
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #10103 +/- ##
================================================
+ Coverage 10.37% 10.42% +0.04%
================================================
Files 119 119
Lines 20149 20607 +458
================================================
+ Hits 2091 2148 +57
- Misses 18058 18459 +401
Continue to review full report at Codecov.
|
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.
It seems I need to approve because I left a comment? Approved, LGTM.
@gpucibot merge |
Bug: This is currently throwing exceptions due to cython failing to encode the responses from the python callback automatically.