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
f7c8e1c0
Commit
f7c8e1c0
authored
May 21, 2011
by
davis@blarg-a324a5a3e.localnet
Browse files
Removed random seed to make the test more repeatable.
parent
8fc2d251
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/matrix_eig.cpp
dlib/test/matrix_eig.cpp
+1
-1
No files found.
dlib/test/matrix_eig.cpp
View file @
f7c8e1c0
...
@@ -203,7 +203,7 @@ namespace
...
@@ -203,7 +203,7 @@ namespace
tester
(
"test_matrix_eig"
,
tester
(
"test_matrix_eig"
,
"Runs tests on the matrix eigen decomp component."
)
"Runs tests on the matrix eigen decomp component."
)
{
{
rnd
.
set_seed
(
cast_to_string
(
time
(
0
)));
//
rnd.set_seed(cast_to_string(time(0)));
}
}
void
perform_test
(
void
perform_test
(
...
...
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