Skip to content

Commit

Permalink
asfd
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Dec 25, 2024
1 parent 71ca3a7 commit e14f686
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 @@ -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;
}
}
}
Expand Down

0 comments on commit e14f686

Please sign in to comment.