Skip to content
Snippets Groups Projects
Commit 97de6cd9 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

Commenting DistributedMatrixTest of getCompressedRowLength - it does not work...

Commenting DistributedMatrixTest of getCompressedRowLength - it does not work with the new meaning of the method.
parent 7eb350bf
No related branches found
No related tags found
1 merge request!48Segments
...@@ -171,7 +171,7 @@ TYPED_TEST( DistributedMatrixTest, getCompressedRowLengths ) ...@@ -171,7 +171,7 @@ TYPED_TEST( DistributedMatrixTest, getCompressedRowLengths )
this->matrix.setCompressedRowLengths( this->rowLengths ); this->matrix.setCompressedRowLengths( this->rowLengths );
RowLengthsVector output; RowLengthsVector output;
this->matrix.getCompressedRowLengths( output ); this->matrix.getCompressedRowLengths( output ); // TODO: replace this with getRowCapacities
EXPECT_EQ( output, this->rowLengths ); EXPECT_EQ( output, this->rowLengths );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment