mirror of https://github.com/davisking/dlib.git
Removed time based seed to make test more repeatable.
This commit is contained in:
parent
297243dbbd
commit
611cbfaaee
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue