From 36e0075a57bf04be14a3800766634126cf74c4ad Mon Sep 17 00:00:00 2001 From: John Richardson Date: Mon, 29 Jan 2018 18:05:35 +0000 Subject: COMPMID-589: Refactor HOGDescriptor validation test Change-Id: Iee93f17a8ce303cff878b1c5d8904947fb910838 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/118892 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- tests/validation/CL/HOGDescriptor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/validation/CL/HOGDescriptor.cpp') diff --git a/tests/validation/CL/HOGDescriptor.cpp b/tests/validation/CL/HOGDescriptor.cpp index aef265a657..f5a00ba1d2 100644 --- a/tests/validation/CL/HOGDescriptor.cpp +++ b/tests/validation/CL/HOGDescriptor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -44,7 +44,7 @@ namespace validation { namespace { -AbsoluteTolerance tolerance(1e-2f); +RelativeTolerance tolerance(0.001f); } // namespace TEST_SUITE(CL) -- cgit v1.2.1