mirror of
https://github.com/apache/lucene.git
synced 2025-02-08 19:15:06 +00:00
LUCENE-7290: Roll back resolution increase.
This commit is contained in:
parent
35024d3edc
commit
7c3095eef0
@ -27,7 +27,7 @@ public class Vector {
|
||||
* Values that are all considered to be essentially zero have a magnitude
|
||||
* less than this.
|
||||
*/
|
||||
public static final double MINIMUM_RESOLUTION = 1.0e-13;
|
||||
public static final double MINIMUM_RESOLUTION = 1.0e-12;
|
||||
/**
|
||||
* For squared quantities, the bound is squared too.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user