Skip to content

Commit 3c158f9

Browse files
committed
correctly target test_dataset in run_test.py
1 parent 9be1941 commit 3c158f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tibert/run_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def main(
8585

8686
if limit_doc_size is None:
8787
all_annotated_docs = predict_coref(
88-
[doc.tokens for doc in dataset.documents],
88+
[doc.tokens for doc in test_dataset.documents],
8989
model,
9090
tokenizer,
9191
device_str=device_str,

0 commit comments

Comments
 (0)