Commit 611cbfaa authored by Davis King's avatar Davis King

Removed time based seed to make test more repeatable.

parent 297243db
......@@ -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 (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment