"graphbolt/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "1a8e0c00a9de0234ea01fa09db4aca2e60f4ee0f"
Commit f7c8e1c0 authored by davis@blarg-a324a5a3e.localnet's avatar davis@blarg-a324a5a3e.localnet
Browse files

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