Skip to content

Commit 19d10ef

Browse files
Build fix
1 parent f712c69 commit 19d10ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/components/projects/projectId/data-browser/data-browser-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function parseRecordData(element, labelingTasks: LabelingTask[]) {
122122
};
123123
}
124124
element.rla_aggregation[rlaAggParts.key].amount++;
125-
if (rlaLine.confidence != null && (rlaLine.source_type == LabelSource.WEAK_SUPERVISION || rlaLine.source_type == LabelSource.MODEL_CALLBACK)) {
125+
if (rlaLine.confidence != null && rlaLine.source_type == LabelSource.WEAK_SUPERVISION) {
126126
element.rla_aggregation[rlaAggParts.key].confidence.push(rlaLine.confidence);
127127
}
128128
}

0 commit comments

Comments
 (0)