|
Ran
|
Jobs
0
|
Files
0
|
Run time
–
|
Badge
README BADGES
|
push
github
Fix #12604 Tests failing on Chrome 150 due to floating point differences (#12605) (#12610) Chrome 150 (V8) returns slightly different results (last ULP) for transcendental math functions used by reprojection, breaking tests that assert exact floating point equality. Compare coordinates with a tolerance instead of exact equality so tests pass on both Chrome 149 and 150. (cherry picked from commit a0d89c89e)