Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
extras
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
The Openvibe Group
extras
Commits
7062d2b9
Commit
7062d2b9
authored
Sep 29, 2015
by
Serrière Guillaume
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add error log to test_accuracy.
Signed-off-by:
Serrière Guillaume
<
guillaume.serriere@inria.fr
>
parent
527baf97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
plugins/processing/classification/test/test_accuracy.cpp
plugins/processing/classification/test/test_accuracy.cpp
+2
-0
No files found.
plugins/processing/classification/test/test_accuracy.cpp
View file @
7062d2b9
...
...
@@ -4,6 +4,7 @@
#include <iostream>
#include <cstring>
#include <cstdlib>
#include <cerrno>
using
namespace
std
;
...
...
@@ -56,6 +57,7 @@ int main (int argc, char** argv)
}
}
cout
<<
"Error: Problem opening ["
<<
argv
[
1
]
<<
"]
\n
"
;
cerr
<<
"Error: "
<<
strerror
(
errno
);
return
2
;
}
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