Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
TNL
tnl-dev
Commits
875c3c7b
There was an error fetching the commit references. Please try again later.
Commit
875c3c7b
authored
5 years ago
by
Lukas Cejka
Committed by
Tomáš Oberhuber
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
!45
Matrices revision
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.h
+0
-6
0 additions, 6 deletions
src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.h
with
0 additions
and
6 deletions
src/UnitTests/Matrices/SparseMatrixTest_BiEllpack.h
+
0
−
6
View file @
875c3c7b
...
...
@@ -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
>
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment