Skip to content

Commit

Permalink
enlarge score diff range
Browse files Browse the repository at this point in the history
Signed-off-by: zhichao-aws <[email protected]>
  • Loading branch information
zhichao-aws committed Dec 10, 2024
1 parent 0d928a9 commit 7486ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class NeuralSparseTwoPhaseProcessorIT extends BaseNeuralSearchIT {

private static final List<String> TEST_TOKENS = List.of("hello", "world", "a", "b", "c");

private static final Float DELTA = 1e-5f;
private static final Float DELTA = 1e-4f;
private final Map<String, Float> testRankFeaturesDoc = createRandomTokenWeightMap(TEST_TOKENS);
private static final List<String> TWO_PHASE_TEST_TOKEN = List.of("hello", "world");

Expand Down

0 comments on commit 7486ee8

Please sign in to comment.