Skip to content

Commit

Permalink
Recalibrate scores for Apple's M1 Processor with new package upgrades (
Browse files Browse the repository at this point in the history
…#1707)

Fix is with integration tests this time.
  • Loading branch information
lintool committed Nov 7, 2023
1 parent 7e752b2 commit 12cbb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/dense/test_tct_colbert.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_msmarco_passage_tct_colbert_bf_d2q_hybrid_otf(self):
stdout, stderr = run_command(cmd2)
score = parse_score(stdout, "MRR @10")
self.assertEqual(status, 0)
self.assertAlmostEqual(score, 0.3647, places=4)
self.assertAlmostEqual(score, 0.3647, delta=0.0002)

def test_msmarco_passage_tct_colbert_encoded_queries(self):
encoded = QueryEncoder.load_encoded_queries('tct_colbert-msmarco-passage-dev-subset')
Expand Down

0 comments on commit 12cbb11

Please sign in to comment.