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
e6a7f14c
"git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "2f0fd60186ef3ae8c6691841be315609f196fe42"
Commit
e6a7f14c
authored
Aug 09, 2016
by
Davis King
Browse files
made unit test more repeatable
parent
f01f02b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/matrix_lu.cpp
dlib/test/matrix_lu.cpp
+1
-1
No files found.
dlib/test/matrix_lu.cpp
View file @
e6a7f14c
...
@@ -202,7 +202,7 @@ namespace
...
@@ -202,7 +202,7 @@ namespace
tester
(
"test_matrix_lu"
,
tester
(
"test_matrix_lu"
,
"Runs tests on the matrix LU component."
)
"Runs tests on the matrix LU 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