Closed dyf6372 closed 2 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
hll/include/Hll4Array-internal.hpp | 1 | 91.78% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 2516564597: | -0.04% |
Covered Lines: | 2189 |
Relevant Lines: | 2371 |
I am not sure why Python build on Windows failed
I am not sure why Python build on Windows failed
I'm also confused.
It is unrelated to this change.
The Windows python build has an issue affecting all branches currently. It can possibly be resolved by fixing a version of some package but it's not yet clear which one. Alternatively there's a separate issue around what's included in our wheel and it's possible there's now a conflict? Hoping I'll be able to investigate next week.
If everything here works other than the Windows python CI tests we can consider it ok to merge as far as I'm concerned.
The type of
newShiftedVal
is uint8_t, so the conditionnewShiftedVal < 0
is always false.