Skip to content

Commit c023bc0

Browse files
committed
Fix comment
1 parent 8243fc7 commit c023bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pytests/test_scorers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def testBM25STDUnderflow():
344344
"""
345345
Tests that we do not underflow when calculating the BM25STD score.
346346
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).
347+
the score to jump rapidly in case of specific update/delete flows (MOD-12223).
348348
This test also shows the scoring behavior currently in RediSearch, in which
349349
for the same database image by the user, the score can change until the GC
350350
runs.

0 commit comments

Comments
 (0)