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
18d76ceb
"tests/python/pytorch/geometry/test_geometry.py" did not exist on "3d47693b1f919b5aeedeef6cf3f1e3848c8fe088"
Commit
18d76ceb
authored
Jun 15, 2013
by
Davis King
Browse files
removed print statement
parent
1d86feaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dlib/test/statistics.cpp
dlib/test/statistics.cpp
+0
-1
No files found.
dlib/test/statistics.cpp
View file @
18d76ceb
...
@@ -235,7 +235,6 @@ namespace
...
@@ -235,7 +235,6 @@ namespace
cov2
/=
num
-
1
;
cov2
/=
num
-
1
;
running_cross_covariance
<
matrix
<
double
>
>
rcc
=
rcc1
+
rcc2
;
running_cross_covariance
<
matrix
<
double
>
>
rcc
=
rcc1
+
rcc2
;
cout
<<
rcc
.
covariance_xy
()
-
cov
<<
endl
;
DLIB_TEST_MSG
(
max
(
abs
(
rcc
.
covariance_xy
()
-
cov
))
<
1e-14
,
max
(
abs
(
rcc
.
covariance_xy
()
-
cov
)));
DLIB_TEST_MSG
(
max
(
abs
(
rcc
.
covariance_xy
()
-
cov
))
<
1e-14
,
max
(
abs
(
rcc
.
covariance_xy
()
-
cov
)));
DLIB_TEST
(
max
(
abs
(
rcc
.
mean_x
()
-
xm
))
<
1e-14
);
DLIB_TEST
(
max
(
abs
(
rcc
.
mean_x
()
-
xm
))
<
1e-14
);
DLIB_TEST
(
max
(
abs
(
rcc
.
mean_y
()
-
ym
))
<
1e-14
);
DLIB_TEST
(
max
(
abs
(
rcc
.
mean_y
()
-
ym
))
<
1e-14
);
...
...
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