Open motlin opened 1 month ago
@motlin , I think the test failure you're encountering in the ParallelIterableTestCase#sumOfFloatConsistentRounding is related to floating-point precision. The error message shows that the expected result is <5.0000000000000995>, but the actual result was <5.000000000000101>. This difference is very small and falls within a "flaky test" range because it depends on how floating-point arithmetic is handled internally, which can vary slightly across platforms or when using parallel processing.
Please assign me to this issue so that i can try and solve it. Thanks!
Assigned to you @IamLRBA !
Thank you @motlin
This test sometimes fails with a delta greater than the allowed delta.
The test: