From 44d67000fc54c31c4afc5604edf5651d9982080a Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 30 Oct 2016 07:42:27 -0400 Subject: [PATCH] Made test deterministic --- dlib/test/discriminant_pca.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/test/discriminant_pca.cpp b/dlib/test/discriminant_pca.cpp index a28e5d692..2a7aa61d1 100644 --- a/dlib/test/discriminant_pca.cpp +++ b/dlib/test/discriminant_pca.cpp @@ -34,7 +34,7 @@ namespace 0 // the number of command line arguments for this test ) { - thetime = time(0); + thetime = 1407805946;// time(0); } time_t thetime;