diff --git a/fanoutqa/eval/scorer.py b/fanoutqa/eval/scorer.py index b11c35b..09ed45e 100644 --- a/fanoutqa/eval/scorer.py +++ b/fanoutqa/eval/scorer.py @@ -73,8 +73,6 @@ def get_qa_pairs(self) -> Iterable[tuple[DevQuestion, Optional[Answer]]]: else: for q in self.questions: a = self.answers_by_id.get(q.id) - if a is None: - yield q, None yield q, a # scorers