Skip to content

Commit 8e3a155

Browse files
fix: failing test
1 parent 15306b4 commit 8e3a155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_deep_reference_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def test_DeepReferenceParser_predict(tmpdir, cfg):
146146
"And so is this".split(" "),
147147
]
148148

149-
preds = drp.predict(examples, load_weights=True)
149+
preds = drp.predict(examples, load_weights=True)[0]
150150

151151
assert len(preds) == len(examples)
152152

0 commit comments

Comments
 (0)