Skip to content
Snippets Groups Projects
Commit 875c3c7b authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Fixed BiEllpack. Uncommented tests that didn't work before. Removed useless comments.

parent df61a736
No related branches found
No related tags found
1 merge request!45Matrices revision
......@@ -79,7 +79,6 @@ TYPED_TEST( BiEllpackMatrixTest, setDimensionsTest )
// std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n";
//}
// WORKING
TYPED_TEST( BiEllpackMatrixTest, setLikeTest )
{
using BiEllpackMatrixType = typename TestFixture::BiEllpackMatrixType;
......@@ -87,7 +86,6 @@ TYPED_TEST( BiEllpackMatrixTest, setLikeTest )
test_SetLike< BiEllpackMatrixType, BiEllpackMatrixType >();
}
// WORKING
TYPED_TEST( BiEllpackMatrixTest, resetTest )
{
using BiEllpackMatrixType = typename TestFixture::BiEllpackMatrixType;
......@@ -95,12 +93,8 @@ TYPED_TEST( BiEllpackMatrixTest, resetTest )
test_Reset< BiEllpackMatrixType >();
}
#ifdef NOT_WORKING
TYPED_TEST( BiEllpackMatrixTest, setElementTest )
{
// This test will segfault in the first test where Device is Cuda.
// This test doesn't return the correct values.
using BiEllpackMatrixType = typename TestFixture::BiEllpackMatrixType;
test_SetElement< BiEllpackMatrixType >();
......
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