Increase similarity threshold

pull/77/merge
Alinson S. Xavier 10 years ago
parent d45a4445cc
commit abafffcff1

@ -38,7 +38,7 @@ import static junit.framework.Assert.fail;
public class ViewTest extends BaseTest public class ViewTest extends BaseTest
{ {
protected static final double SIMILARITY_CUTOFF = 0.02; protected static final double SIMILARITY_CUTOFF = 0.075;
public static final int HISTOGRAM_BIN_SIZE = 8; public static final int HISTOGRAM_BIN_SIZE = 8;
protected void measureView(int width, int height, View view) protected void measureView(int width, int height, View view)

Loading…
Cancel
Save