Skip to content

Commit 44c51d4

Browse files
Satish615satish gollaprolu
andauthored
Add Ignore type check for Mypy error (#341)
* add type check ignore to fix mypy error --------- Co-authored-by: satish gollaprolu <[email protected]>
1 parent 2ef90f7 commit 44c51d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fmeval/reporting/eval_output_cells.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def __init__(
344344
if score_name in [FACTUAL_KNOWLEDGE, FACTUAL_KNOWLEDGE_QUASI_EXACT, CLASSIFICATION_ACCURACY_SCORE]
345345
else False
346346
)
347-
cells.append(ScoreTableCell(dataset, score_column_name, binary=is_binary_score))
347+
cells.append(ScoreTableCell(dataset, score_column_name, binary=is_binary_score)) # type: ignore
348348
super().__init__(*cells)
349349

350350

0 commit comments

Comments
 (0)