From 8b58d05d90dcdbd6ae36d0763f7664396d73b803 Mon Sep 17 00:00:00 2001 From: sunwen Date: Mon, 11 Dec 2023 15:00:53 +0800 Subject: [PATCH] Fix uniqueByRows unittest problem. --- test/Function1D_Cuda_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Function1D_Cuda_Test.cpp b/test/Function1D_Cuda_Test.cpp index d99ceab..769cc4e 100644 --- a/test/Function1D_Cuda_Test.cpp +++ b/test/Function1D_Cuda_Test.cpp @@ -1144,7 +1144,7 @@ TEST_F(Function1D_Cuda_Test, uniqueByRows) { EXPECT_FLOAT_AE(result1[i], result2[i]); } - for(int i=0;i