Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration failures at v0.13.0 #689

Closed
lintool opened this issue Jul 5, 2021 · 2 comments · Fixed by #703
Closed

Integration failures at v0.13.0 #689

lintool opened this issue Jul 5, 2021 · 2 comments · Fixed by #703

Comments

@lintool
Copy link
Member

lintool commented Jul 5, 2021

I'm getting integration failures on orca:

======================================================================
FAIL: test_dpr_curated_test_bf_bm25_hybrid_otf (test_dpr.TestSearchIntegration)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/store/scratch/jimmylin/pyserini/integrations/dense/test_dpr.py", line 239, in test_dpr_curated_test_bf_bm25_hybrid_otf
    self.assertAlmostEqual(score, 0.9006, places=4)
AssertionError: 0.3314 != 0.9006 within 4 places

======================================================================
FAIL: test_dpr_curated_test_bf_otf (test_dpr.TestSearchIntegration)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/store/scratch/jimmylin/pyserini/integrations/dense/test_dpr.py", line 215, in test_dpr_curated_test_bf_otf
    self.assertAlmostEqual(score, 0.8876, places=4)
AssertionError: 0.3285 != 0.8876 within 4 places

----------------------------------------------------------------------
@MXueguang
Copy link
Member

@lintool this should be closed by #692

@lintool
Copy link
Member Author

lintool commented Jul 9, 2021

Agreed.

@lintool lintool closed this as completed Jul 9, 2021
lintool added a commit that referenced this issue Jul 14, 2021
Following #692 - which fixes #689 - changes need to be propagated to the documentation also.
MXueguang pushed a commit to MXueguang/pyserini that referenced this issue Nov 5, 2021
Following castorini#692 - which fixes castorini#689 - changes need to be propagated to the documentation also.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants