Commit 942d3f4b authored by erenup's avatar erenup
Browse files

modifiy code of arc label insurance

parent ec4b1c65
......@@ -269,7 +269,7 @@ class ArcProcessor(DataProcessor):
continue
four_choice += 1
truth = str(normalize(data_raw["answerKey"]))
assert truth is not None
assert truth != "None"
question_choices = data_raw["question"]
question = question_choices["stem"]
id = data_raw["id"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment