From d616cb906e6fb7eda3d1527c0ac3d630fc1c71c7 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Wed, 27 Sep 2017 10:07:45 +0100 Subject: COMPMID-510: Cleaned up Warp tests. Change-Id: I8e3fece5b786b5529e8f1320fb5794e43756ec4a Reviewed-on: http://mpd-gerrit.cambridge.arm.com/89274 Tested-by: Kaizen Reviewed-by: Georgios Pinitas Reviewed-by: Anthony Barbier --- tests/validation/fixtures/WarpPerspectiveFixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/fixtures/WarpPerspectiveFixture.h') diff --git a/tests/validation/fixtures/WarpPerspectiveFixture.h b/tests/validation/fixtures/WarpPerspectiveFixture.h index a99ee4e55b..c77efbdc0d 100644 --- a/tests/validation/fixtures/WarpPerspectiveFixture.h +++ b/tests/validation/fixtures/WarpPerspectiveFixture.h @@ -62,7 +62,7 @@ public: // Create the matrix std::array matrix = { { 0 } }; - fill_warp_matrix<9>(matrix, 3, 3); + fill_warp_matrix<9>(matrix); _target = compute_target(input_shape, vmask_shape, matrix.data(), policy, border_mode, constant_border_value, data_type); _reference = compute_reference(input_shape, vmask_shape, matrix.data(), policy, border_mode, constant_border_value, data_type); -- cgit v1.2.1