Skip to content

Commit

Permalink
adfs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Dec 25, 2024
1 parent d54e2d5 commit 748cc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/libebm/PartitionOneDimensionalBoosting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,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
break;
return Error_IllegalParamVal;
}
}
}
Expand Down

0 comments on commit 748cc6b

Please sign in to comment.