test works fine on small machines (my laptop or Github Action machine with two cores), but fails on machine with big amount of cores (tested on Intel(R) Xeon(R) Platinum 8276L).
Source code / logs
E AssertionError:
E Not equal to tolerance rtol=0.0007, atol=0
E
E Mismatched elements: 1 / 1 (100%)
E Max absolute difference: 0.13829
E Max relative difference: 0.00085634
E x: array(161.62738)
E y: array(161.48909)
modin/experimental/xgboost/test/test_xgboost.py:255: AssertionError
System information
test works fine on small machines (my laptop or Github Action machine with two cores), but fails on machine with big amount of cores (tested on Intel(R) Xeon(R) Platinum 8276L).
Source code / logs