Skip to content

Commit 6d24e2a

Browse files
shicksLIT team
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 743275871
1 parent 9aa94ee commit 6d24e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lit_nlp/client/services/group_service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ export class GroupService extends LitService {
499499
getFeatureValForInput(
500500
bins: NumericFeatureBins, d: IndexedInput, feature: string): string | null {
501501
const isNumerical = this.numericalFeatureNames.includes(feature);
502+
// @ts-ignore
502503
return isNumerical ? this.getNumericalBinForExample(bins, d, feature) :
503504
this.dataService.getVal(d.id, feature);
504505
}

0 commit comments

Comments
 (0)