Closed sidnarayanan closed 6 days ago
If LitQAEvaluation.from_question(distractors=...) received a list, it would be modified in-place as we constructed the option list. This PR fixes that and adds tests.
LitQAEvaluation.from_question(distractors=...)
If
LitQAEvaluation.from_question(distractors=...)
received a list, it would be modified in-place as we constructed the option list. This PR fixes that and adds tests.