Skip to content

Commit

Permalink
Fixed ablation test var names
Browse files Browse the repository at this point in the history
  • Loading branch information
whitead committed Aug 8, 2023
1 parent 89ff929 commit f6c69a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_paperqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_ablations():
question="Which page is the statement 'Deep learning (DL) is advancing the boundaries of computational"
+ "chemistry because it can accurately model non-linear structure-function relationships.' on?"
),
ablate_summarization=True,
disable_summarization=True,
)
assert (
answer.contexts[0].text.text == answer.contexts[0].context
Expand All @@ -44,7 +44,7 @@ def test_ablations():
question="Which page is the statement 'Deep learning (DL) is advancing the boundaries of computational"
+ "chemistry because it can accurately model non-linear structure-function relationships.' on?"
),
ablate_vector_search=True,
disable_vector_search=True,
)


Expand Down

0 comments on commit f6c69a0

Please sign in to comment.