Removed random seed to make the test more repeatable.

parent 8fc2d251
...@@ -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 (
......
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