mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Increase similarity threshold
This commit is contained in:
@@ -38,7 +38,7 @@ import static junit.framework.Assert.fail;
|
||||
|
||||
public class ViewTest extends BaseTest
|
||||
{
|
||||
protected static final double SIMILARITY_CUTOFF = 0.075;
|
||||
protected static final double SIMILARITY_CUTOFF = 0.08;
|
||||
public static final int HISTOGRAM_BIN_SIZE = 8;
|
||||
|
||||
protected void measureView(int width, int height, View view)
|
||||
|
||||
Reference in New Issue
Block a user