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
611cbfaa
Commit
611cbfaa
authored
Jun 04, 2011
by
Davis King
Browse files
Removed time based seed to make test more repeatable.
parent
297243db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/matrix_qr.cpp
dlib/test/matrix_qr.cpp
+1
-1
No files found.
dlib/test/matrix_qr.cpp
View file @
611cbfaa
...
...
@@ -187,7 +187,7 @@ namespace
tester
(
"test_matrix_qr"
,
"Runs tests on the matrix QR component."
)
{
rnd
.
set_seed
(
cast_to_string
(
time
(
0
)));
//
rnd.set_seed(cast_to_string(time(0)));
}
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