X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=t%2FConvert-Color-HSLuv.t;h=93f939c43e753c85f7a1e4a494566d95ac95fd49;hb=15352b4535707f276f5b8ee448429738bd869b62;hp=80f13a3a0e9d71df363ba917b911b50b981c9f83;hpb=d192eff48feed45b10dadcc7135c6d1cc58250ca;p=convert-color-hsluv.git diff --git a/t/Convert-Color-HSLuv.t b/t/Convert-Color-HSLuv.t index 80f13a3..93f939c 100644 --- a/t/Convert-Color-HSLuv.t +++ b/t/Convert-Color-HSLuv.t @@ -6,7 +6,7 @@ use warnings; use Convert::Color::RGB8; use Test::More tests => 7 * ($ENV{RELEASE_TESTING} ? 4096 : 512); -use constant EPSILON => $ENV{RELEASE_TESTING} ? 1e-11 : 2e-4; +use constant EPSILON => $ENV{RELEASE_TESTING} ? 1e-8 : 2e-4; my @spaces = qw/XYZ LUV LCh HSLuv HPLuv/; sub isf {