Skip to content

Commit afdf353

Browse files
authored
Remove missing keyword argument (#812)
I get an error when trying to run this intro notebook. Removing the keyword argument makes the error go away.
1 parent 1a56e69 commit afdf353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1497,7 +1497,7 @@
14971497
"metadata": {},
14981498
"outputs": [],
14991499
"source": [
1500-
"uncompiled_baleen_retrieval_score = evaluate_on_hotpotqa(uncompiled_baleen, metric=gold_passages_retrieved, display=False)"
1500+
"uncompiled_baleen_retrieval_score = evaluate_on_hotpotqa(uncompiled_baleen, metric=gold_passages_retrieved)"
15011501
]
15021502
},
15031503
{

0 commit comments

Comments
 (0)