From 97de6cd9c525615b191a5ead10d2746f0c8e8060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com> Date: Sat, 11 Jan 2020 13:48:13 +0100 Subject: [PATCH] Commenting DistributedMatrixTest of getCompressedRowLength - it does not work with the new meaning of the method. --- src/UnitTests/Matrices/DistributedMatrixTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UnitTests/Matrices/DistributedMatrixTest.h b/src/UnitTests/Matrices/DistributedMatrixTest.h index a1a9f3eb8c..9487e59776 100644 --- a/src/UnitTests/Matrices/DistributedMatrixTest.h +++ b/src/UnitTests/Matrices/DistributedMatrixTest.h @@ -171,7 +171,7 @@ TYPED_TEST( DistributedMatrixTest, getCompressedRowLengths ) this->matrix.setCompressedRowLengths( this->rowLengths ); RowLengthsVector output; - this->matrix.getCompressedRowLengths( output ); + this->matrix.getCompressedRowLengths( output ); // TODO: replace this with getRowCapacities EXPECT_EQ( output, this->rowLengths ); } -- GitLab