Increase pixel difference

PiperOrigin-RevId: 541860433
This commit is contained in:
claincly 2023-06-20 11:43:05 +01:00 committed by Ian Baker
parent 125c39eec3
commit 4cb5f38007

View File

@ -66,7 +66,7 @@ public final class TransformerSequenceEffectTest {
*
* @see BitmapPixelTestUtil#MAXIMUM_AVERAGE_PIXEL_ABSOLUTE_DIFFERENCE
*/
private static final float MAXIMUM_AVERAGE_PIXEL_ABSOLUTE_DIFFERENCE_LUMA = 5.0f;
private static final float MAXIMUM_AVERAGE_PIXEL_ABSOLUTE_DIFFERENCE_LUMA = 8.0f;
private final Context context = ApplicationProvider.getApplicationContext();