Replace assertAlmostEqual with assertAllClose in boosted_trees losses_test.py
Calling assertAlmostEqual() with the places kwarg on numpy.ndarray leads to calling __round__ on numpy.ndarray, which is no consistently defined for all relevant platforms and numpy versions. PiperOrigin-RevId: 176723366
Loading
Please sign in to comment