We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2081f commit b536720Copy full SHA for b536720
tests/test_paperqa.py
@@ -75,7 +75,7 @@ def test_docs_pickle():
75
docs.get_evidence("What is the date?", k=1, max_sources=1)[0],
76
docs2.get_evidence("What is the date?", k=1, max_sources=1)[0],
77
)
78
- > 0.9
+ > 0.75
79
80
os.remove(doc_path)
81
0 commit comments