Commit 191d5e2
authored
Fixing ES818HnswBinaryQuantizedVectorsFormatTests test case (elastic#118336)
Need to be more lenient on the floating point epsilon. This is OK as
generally, if something was wrong with this test, we would get results
like `NaN` and `0` or extremely different scores.
closes: elastic#1183061 parent 85f37ac commit 191d5e2
File tree
2 files changed
+1
-4
lines changed- server/src/test/java/org/elasticsearch/index/codec/vectors/es818
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | 294 | | |
298 | 295 | | |
299 | 296 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments