-
Notifications
You must be signed in to change notification settings - Fork 471
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
Tweak fusion regression #2683
Tweak fusion regression #2683
Conversation
…yserini convention
…bust04.flat.yaml back
… into Stefan824-add-fusion-regression
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2683 +/- ##
=========================================
Coverage 66.03% 66.03%
Complexity 1487 1487
=========================================
Files 225 225
Lines 13033 13033
Branches 1553 1553
=========================================
Hits 8606 8606
Misses 3895 3895
Partials 532 532 ☔ View full report in Codecov by Sentry. |
Confirmed that this sequence works: python src/main/python/run_regression.py --index --verify --search --regression beir-v1.0.0-robust04.flat
python src/main/python/run_regression.py --index --verify --search --regression beir-v1.0.0-robust04.bge-base-en-v1.5.parquet.flat.cached
python src/main/python/run_fusion_regression.py --regression beir-v1.0.0-robust04 |
Patch on top of #2627