Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
elsa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
33
Issues
33
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
9
Merge Requests
9
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IP
elsa
Commits
295a1d54
Commit
295a1d54
authored
Jan 29, 2020
by
Jens Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactoring DataHandlerCPU to general DataHandler tests (
#20
)
parent
bcb0a543
Pipeline
#210344
passed with stages
in 24 minutes and 4 seconds
Changes
3
Pipelines
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
126 additions
and
102 deletions
+126
-102
elsa/core/DataHandler.h
elsa/core/DataHandler.h
+3
-0
elsa/core/tests/CMakeLists.txt
elsa/core/tests/CMakeLists.txt
+1
-1
elsa/core/tests/test_DataHandlers.cpp
elsa/core/tests/test_DataHandlers.cpp
+122
-101
No files found.
elsa/core/DataHandler.h
View file @
295a1d54
...
...
@@ -44,6 +44,9 @@ namespace elsa
using
DataMap_t
=
Eigen
::
Map
<
DataVector_t
>
;
public:
/// convenience typedef to access data type that is internally stored
using
value_type
=
data_t
;
/// return the size of the stored data (i.e. number of elements in linearized data vector)
virtual
index_t
getSize
()
const
=
0
;
...
...
elsa/core/tests/CMakeLists.txt
View file @
295a1d54
...
...
@@ -11,7 +11,7 @@ ELSA_TEST(IdenticalBlocksDescriptor)
ELSA_TEST
(
PartitionDescriptor
)
ELSA_TEST
(
RandomBlocksDescriptor
)
ELSA_TEST
(
DataContainer
)
ELSA_TEST
(
DataHandler
CPU
)
ELSA_TEST
(
DataHandler
s
)
ELSA_TEST
(
DataHandlerMapCPU
)
ELSA_TEST
(
LinearOperator
)
ELSA_TEST
(
ExpressionTemplates
)
...
...
elsa/core/tests/test_DataHandler
CPU
.cpp
→
elsa/core/tests/test_DataHandler
s
.cpp
View file @
295a1d54
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment