Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
795f6382
Commit
795f6382
authored
Mar 02, 2017
by
Davis King
Browse files
made test slightly more robust
parent
17a2c75d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/cca.cpp
dlib/test/cca.cpp
+1
-1
No files found.
dlib/test/cca.cpp
View file @
795f6382
...
@@ -139,7 +139,7 @@ namespace
...
@@ -139,7 +139,7 @@ namespace
dlog
<<
LINFO
<<
"correlation error: "
<<
corr_error
;
dlog
<<
LINFO
<<
"correlation error: "
<<
corr_error
;
DLIB_TEST_MSG
(
corr_error
<
1e-13
,
Ltrans
<<
"
\n\n
"
<<
Rtrans
);
DLIB_TEST_MSG
(
corr_error
<
1e-13
,
Ltrans
<<
"
\n\n
"
<<
Rtrans
);
DLIB_TEST
(
trans_error
<
1
e-9
);
DLIB_TEST
(
trans_error
<
2
e-9
);
}
}
dlog
<<
LINFO
<<
"*****************************************************"
;
dlog
<<
LINFO
<<
"*****************************************************"
;
...
...
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