-
Notifications
You must be signed in to change notification settings - Fork 917
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
Fix Cython compilation warnings. #9327
Fix Cython compilation warnings. #9327
Conversation
rerun tests |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9327 +/- ##
================================================
+ Coverage 10.79% 10.81% +0.02%
================================================
Files 116 116
Lines 18869 18873 +4
================================================
+ Hits 2036 2042 +6
+ Misses 16833 16831 -2
Continue to review full report at Codecov.
|
@gpucibot merge |
This PR fixes three small issues relating to uninitialized variables in Cython code. This removes warnings from the build log and fixes potential bugs.
is_range_index
that was not initialized ifjson_str != ""
.if True:
/elif False:
pattern)