Skip to content
Snippets Groups Projects
Commit ad1b4af6 authored by Lukas Cejka's avatar Lukas Cejka
Browse files

Commented out all instances of setCompressedRowLengthstest.

parent 3fc82675
No related branches found
No related tags found
1 merge request!16Matrices
......@@ -380,19 +380,19 @@ TYPED_TEST( ChunkedEllpackMatrixTest, setDimensionsTest )
test_SetDimensions< ChunkedEllpackMatrixType >();
}
TYPED_TEST( ChunkedEllpackMatrixTest, setCompressedRowLengthsTest )
{
// using ChunkedEllpackMatrixType = typename TestFixture::ChunkedEllpackMatrixType;
// test_SetCompressedRowLengths< ChunkedEllpackMatrixType >();
bool testRan = false;
EXPECT_TRUE( testRan );
std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n";
std::cout << " This test is dependent on the input format. \n";
std::cout << " Almost every format allocates elements per row differently.\n\n";
std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n";
}
//TYPED_TEST( ChunkedEllpackMatrixTest, setCompressedRowLengthsTest )
//{
//// using ChunkedEllpackMatrixType = typename TestFixture::ChunkedEllpackMatrixType;
//
//// test_SetCompressedRowLengths< ChunkedEllpackMatrixType >();
//
// bool testRan = false;
// EXPECT_TRUE( testRan );
// std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n";
// std::cout << " This test is dependent on the input format. \n";
// std::cout << " Almost every format allocates elements per row differently.\n\n";
// std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n";
//}
TYPED_TEST( ChunkedEllpackMatrixTest, setLikeTest )
{
......@@ -498,19 +498,19 @@ TYPED_TEST( CSRMatrixTest, setDimensionsTest )
test_SetDimensions< CSRMatrixType >();
}
TYPED_TEST( CSRMatrixTest, setCompressedRowLengthsTest )
{
// using CSRMatrixType = typename TestFixture::CSRMatrixType;
// test_SetCompressedRowLengths< CSRMatrixType >();
bool testRan = false;
EXPECT_TRUE( testRan );
std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n";
std::cout << " This test is dependent on the input format. \n";
std::cout << " Almost every format allocates elements per row differently.\n\n";
std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n";
}
//TYPED_TEST( CSRMatrixTest, setCompressedRowLengthsTest )
//{
//// using CSRMatrixType = typename TestFixture::CSRMatrixType;
//
//// test_SetCompressedRowLengths< CSRMatrixType >();
//
// bool testRan = false;
// EXPECT_TRUE( testRan );
// std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n";
// std::cout << " This test is dependent on the input format. \n";
// std::cout << " Almost every format allocates elements per row differently.\n\n";
// std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n";
//}
TYPED_TEST( CSRMatrixTest, setLikeTest )
{
......@@ -616,19 +616,19 @@ TYPED_TEST( EllpackMatrixTest, setDimensionsTest )
test_SetDimensions< EllpackMatrixType >();
}
TYPED_TEST( EllpackMatrixTest, setCompressedRowLengthsTest )
{
// using EllpackMatrixType = typename TestFixture::EllpackMatrixType;
// test_SetCompressedRowLengths< EllpackMatrixType >();
bool testRan = false;
EXPECT_TRUE( testRan );
std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n";
std::cout << " This test is dependent on the input format. \n";
std::cout << " Almost every format allocates elements per row differently.\n\n";
std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n";
}
//TYPED_TEST( EllpackMatrixTest, setCompressedRowLengthsTest )
//{
//// using EllpackMatrixType = typename TestFixture::EllpackMatrixType;
//
//// test_SetCompressedRowLengths< EllpackMatrixType >();
//
// bool testRan = false;
// EXPECT_TRUE( testRan );
// std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n";
// std::cout << " This test is dependent on the input format. \n";
// std::cout << " Almost every format allocates elements per row differently.\n\n";
// std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n";
//}
TYPED_TEST( EllpackMatrixTest, setLikeTest )
{
......@@ -734,19 +734,19 @@ TYPED_TEST( SlicedEllpackMatrixTest, setDimensionsTest )
test_SetDimensions< SlicedEllpackMatrixType >();
}
TYPED_TEST( SlicedEllpackMatrixTest, setCompressedRowLengthsTest )
{
// using SlicedEllpackMatrixType = typename TestFixture::SlicedEllpackMatrixType;
// test_SetCompressedRowLengths< SlicedEllpackMatrixType >();
bool testRan = false;
EXPECT_TRUE( testRan );
std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n";
std::cout << " This test is dependent on the input format. \n";
std::cout << " Almost every format allocates elements per row differently.\n\n";
std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n";
}
//TYPED_TEST( SlicedEllpackMatrixTest, setCompressedRowLengthsTest )
//{
//// using SlicedEllpackMatrixType = typename TestFixture::SlicedEllpackMatrixType;
//
//// test_SetCompressedRowLengths< SlicedEllpackMatrixType >();
//
// bool testRan = false;
// EXPECT_TRUE( testRan );
// std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n";
// std::cout << " This test is dependent on the input format. \n";
// std::cout << " Almost every format allocates elements per row differently.\n\n";
// std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n";
//}
TYPED_TEST( SlicedEllpackMatrixTest, setLikeTest )
{
......
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