Skip to content

Commit 5199f33

Browse files
committed
nolint.
1 parent 606f63a commit 5199f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metric/auc.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ std::pair<double, std::uint32_t> GPURankingPRAUC(Context const *ctx,
851851
});
852852
thrust::reduce_by_key(ctx->CUDACtx()->CTP(), key_it, key_it + predts.size(), val_it,
853853
thrust::make_discard_iterator(), totals.begin(),
854-
cuda::std::equal_to<size_t>{}, PairPlus<double, double>{});
854+
cuda::std::equal_to<size_t>{}, PairPlus<double, double>{}); // NOLINT
855855

856856
/**
857857
* Calculate AUC

0 commit comments

Comments
 (0)