Commit 77289aed authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

remove descrip dict from test_evaluator

parent 05a7d1da
......@@ -55,7 +55,6 @@ def test_evaluator(taskname, task_class):
num_fewshot=0,
limit=limit,
bootstrap_iters=10,
description_dict=None,
)
e2 = evaluator.evaluate(
lm=lm,
......@@ -63,7 +62,6 @@ def test_evaluator(taskname, task_class):
num_fewshot=0,
limit=limit,
bootstrap_iters=10,
description_dict=None,
)
# check that caching is working
......
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