Skip to content

Commit

Permalink
reduce test accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Razdoburdin committed Nov 7, 2024
1 parent ee56d65 commit dc19828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpp/plugin/test_sycl_hist_updater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ void TestHistUpdaterEvaluateSplits(const xgboost::tree::TrainParam& param) {
}).wait();
}

ASSERT_NEAR(best_loss_chg_des[0], best_loss_chg, 1e-6);
ASSERT_NEAR(best_loss_chg_des[0], best_loss_chg, 1e-4);
}

template <typename GradientSumT>
Expand Down

0 comments on commit dc19828

Please sign in to comment.