Uh oh!
There was an error while loading. Please reload this page.
ARROW-10797: [C++] Vendor and use PCG random generator library - #8879
ARROW-10797: [C++] Vendor and use PCG random generator library#8879pitrou wants to merge 2 commits into
Conversation
2557213 to
f7b1147Comparepitrou
commented
Apr 21, 2021
This exposes a small precision issue in the variance kernel tests in MinGW32 on 32-bit floats (because of rounding issues perhaps?): According to Numpy, the two float64 values differ by 5 ULPs: >>>a1011966660.249961>>>b1011966660.2499604>>>np.testing.assert_array_max_ulp(a, b)
Traceback (mostrecentcalllast):
File"<ipython-input-15-48fada135e2b>", line1, in<module>np.testing.assert_array_max_ulp(a, b)
File"/home/antoine/miniconda3/envs/pyarrow/lib/python3.7/site-packages/numpy/testing/_private/utils.py", line1643, inassert_array_max_ulp
(maxulp, np.max(ret)))
AssertionError: Arraysarenotalmostequalupto1ULP (maxdifferenceis5ULP) |
cyb70289
commented
Apr 21, 2021
Should be the MinGW32 rounding issue we met with many times before. |
pitrou
commented
Apr 21, 2021
Ok, I added a skip on MinGW32. |
cyb70289
commented
Apr 22, 2021
@github-actions crossbow submit -g nightly |
Revision: c62dc304163a68844e76217da6f5ca4555da34bb Submitted crossbow builds: ursacomputing/crossbow @ actions-341 |
cyb70289
commented
Apr 22, 2021
CentOS error may be caused by gcc-4.8 build failure from earlier pr. |
No description provided.