Skip to content

Commit

Permalink
updated cranfield tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Nov 11, 2024
1 parent 28da3f6 commit d4d04fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/cranfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def test_docs(self):
def test_queries(self):
self._test_queries('cranfield', count=225, items={
0: GenericQuery('1', 'what similarity laws must be obeyed when constructing aeroelastic models\nof heated high speed aircraft .'),
9: GenericQuery('18', 'are real-gas transport properties for air available over a wide range of\nenthalpies and densities .'),
224: GenericQuery('365', 'what design factors can be used to control lift-drag ratios at mach\nnumbers above 5 .'),
9: GenericQuery('10', 'are real-gas transport properties for air available over a wide range of\nenthalpies and densities .'),
224: GenericQuery('225', 'what design factors can be used to control lift-drag ratios at mach\nnumbers above 5 .'),
})

def test_qrels(self):
Expand Down

0 comments on commit d4d04fe

Please sign in to comment.