Skip to content

Commit

Permalink
update test outputs to make them not print extra cerr as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mtghorbani committed Jul 11, 2024
1 parent 61c8179 commit e0ea61a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions src/test/resources/correct_test_outputs/LRA_w_body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@ time_reconstruction = end_reconstruction - start_reconstruction;
cout << time_reconstruction << endl;
cerr << A[0][0] << endl;
cerr << f[0] << endl;
cerr << f[0] << endl;
cerr << B[0][0] << endl;
cerr << g[0] << endl;
cerr << g[0] << endl;
cerr << C[0][0] << endl;
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
}delete[] A;
Expand Down
1 change: 0 additions & 1 deletion src/test/resources/correct_test_outputs/LRC_w_body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ time_reconstruction = end_reconstruction - start_reconstruction;
cout << time_reconstruction << endl;
cerr << A[0][0] << endl;
cerr << f[0] << endl;
cerr << f[0] << endl;
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
}delete[] A;
delete[] f;
Expand Down
6 changes: 0 additions & 6 deletions src/test/resources/correct_test_outputs/PR2A_w_body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1666,18 +1666,12 @@ time_reconstruction = end_reconstruction - start_reconstruction;
cout << time_reconstruction << endl;
cerr << A[0][0] << endl;
cerr << f[0] << endl;
cerr << f[0] << endl;
cerr << B[0][0][0] << endl;
cerr << f[0] << endl;
cerr << C[0][0][0][0] << endl;
cerr << f[0] << endl;
cerr << D[0][0] << endl;
cerr << g[0] << endl;
cerr << g[0] << endl;
cerr << E[0][0][0] << endl;
cerr << g[0] << endl;
cerr << F[0][0][0][0] << endl;
cerr << g[0] << endl;
cerr << H[0][0] << endl;
cerr << I[0][0][0] << endl;
cerr << J[0][0][0][0] << endl;
Expand Down
3 changes: 0 additions & 3 deletions src/test/resources/correct_test_outputs/PR2C_w_body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,11 +565,8 @@ time_reconstruction = end_reconstruction - start_reconstruction;
cout << time_reconstruction << endl;
cerr << A[0][0] << endl;
cerr << f[0] << endl;
cerr << f[0] << endl;
cerr << B[0][0][0] << endl;
cerr << f[0] << endl;
cerr << C[0][0][0][0] << endl;
cerr << f[0] << endl;
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
}delete[] A;
delete[] f;
Expand Down
10 changes: 0 additions & 10 deletions src/test/resources/correct_test_outputs/PR3A_w_body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63360,26 +63360,16 @@ time_reconstruction = end_reconstruction - start_reconstruction;
cout << time_reconstruction << endl;
cerr << A[0][0] << endl;
cerr << f[0] << endl;
cerr << f[0] << endl;
cerr << B[0][0][0] << endl;
cerr << f[0] << endl;
cerr << C[0][0][0][0] << endl;
cerr << f[0] << endl;
cerr << D[0][0][0][0][0] << endl;
cerr << f[0] << endl;
cerr << E[0][0][0][0][0][0] << endl;
cerr << f[0] << endl;
cerr << F[0][0] << endl;
cerr << g[0] << endl;
cerr << g[0] << endl;
cerr << G[0][0][0] << endl;
cerr << g[0] << endl;
cerr << H[0][0][0][0] << endl;
cerr << g[0] << endl;
cerr << I[0][0][0][0][0] << endl;
cerr << g[0] << endl;
cerr << J[0][0][0][0][0][0] << endl;
cerr << g[0] << endl;
cerr << K[0][0] << endl;
cerr << L[0][0][0] << endl;
cerr << M[0][0][0][0] << endl;
Expand Down
5 changes: 0 additions & 5 deletions src/test/resources/correct_test_outputs/PR3C_w_body.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21118,15 +21118,10 @@ time_reconstruction = end_reconstruction - start_reconstruction;
cout << time_reconstruction << endl;
cerr << A[0][0] << endl;
cerr << f[0] << endl;
cerr << f[0] << endl;
cerr << B[0][0][0] << endl;
cerr << f[0] << endl;
cerr << C[0][0][0][0] << endl;
cerr << f[0] << endl;
cerr << D[0][0][0][0][0] << endl;
cerr << f[0] << endl;
cerr << E[0][0][0][0][0][0] << endl;
cerr << f[0] << endl;
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
}delete[] A;
delete[] f;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ time_reconstruction = end_reconstruction - start_reconstruction;
cout << time_reconstruction << endl;
cerr << A[0][0] << endl;
cerr << f[0] << endl;
cerr << f[0] << endl;
cerr << B[0][0] << endl;
cerr << A[0][0] << endl;
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
}delete[] A;
delete[] f;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ cerr << p << endl;
cerr << t[0] << endl;
cerr << A[0][0] << endl;
cerr << f[0] << endl;
cerr << f[0] << endl;
delete[] t;
for (size_t i0 = 0; i0 < N; ++i0) {delete[] A[i0];
}delete[] A;
Expand Down

0 comments on commit e0ea61a

Please sign in to comment.