Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
f7c8e1c0
Commit
f7c8e1c0
authored
May 21, 2011
by
davis@blarg-a324a5a3e.localnet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed random seed to make the test more repeatable.
parent
8fc2d251
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
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