diff --git a/src/fmeval/reporting/eval_output_cells.py b/src/fmeval/reporting/eval_output_cells.py index 7534f880..50ac6e24 100644 --- a/src/fmeval/reporting/eval_output_cells.py +++ b/src/fmeval/reporting/eval_output_cells.py @@ -344,7 +344,7 @@ def __init__( if score_name in [FACTUAL_KNOWLEDGE, FACTUAL_KNOWLEDGE_QUASI_EXACT, CLASSIFICATION_ACCURACY_SCORE] else False ) - cells.append(ScoreTableCell(dataset, score_column_name, binary=is_binary_score)) + cells.append(ScoreTableCell(dataset, score_column_name, binary=is_binary_score)) # type: ignore super().__init__(*cells)