Unverified Commit f4cb06b1 authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

try to placate precommit

parent 310250d3
......@@ -223,9 +223,7 @@ def evaluate(
# aggregate Instances by LM method requested to get output.
reqtype = (
"loglikelihood"
if (
task.OUTPUT_TYPE == "multiple_choice"
)
if task.OUTPUT_TYPE == "multiple_choice"
else task.OUTPUT_TYPE
) # TODO: this is hacky, fix in task.py
requests[reqtype].extend(task.instances)
......
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