We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8243fc7 commit c023bc0Copy full SHA for c023bc0
1 file changed
tests/pytests/test_scorers.py
@@ -344,7 +344,7 @@ def testBM25STDUnderflow():
344
"""
345
Tests that we do not underflow when calculating the BM25STD score.
346
Before the fix, we had an underflow when calculating the IDF, which caused
347
- the score to be jump rapidly in case of specific update/delete flows (MOD-12223).
+ the score to jump rapidly in case of specific update/delete flows (MOD-12223).
348
This test also shows the scoring behavior currently in RediSearch, in which
349
for the same database image by the user, the score can change until the GC
350
runs.
0 commit comments