From d4d04fe799ecf9cdf0785fbe9daf5657ccde1764 Mon Sep 17 00:00:00 2001 From: Sean MacAvaney Date: Mon, 11 Nov 2024 14:55:33 +0000 Subject: [PATCH] updated cranfield tests --- test/integration/cranfield.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/cranfield.py b/test/integration/cranfield.py index f01ebc97..f0be3ead 100644 --- a/test/integration/cranfield.py +++ b/test/integration/cranfield.py @@ -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):