From e14f6869f570108e01fa3875a437621d7d61bd6f Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Wed, 25 Dec 2024 13:09:11 -0800 Subject: [PATCH] asfd --- shared/libebm/PartitionOneDimensionalBoosting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/libebm/PartitionOneDimensionalBoosting.cpp b/shared/libebm/PartitionOneDimensionalBoosting.cpp index 12a5f0649..a6c851c92 100644 --- a/shared/libebm/PartitionOneDimensionalBoosting.cpp +++ b/shared/libebm/PartitionOneDimensionalBoosting.cpp @@ -371,7 +371,7 @@ static ErrorEbm Flatten(BoosterShell* const pBoosterShell, EBM_ASSERT(iEdge <= cBins); if(cBins == iEdge) { // this cut would isolate the missing bin, but missing already has a cut - return Error_IllegalParamVal; + break; } } }