Skip to content

Commit

Permalink
Per issue #2425, in do_stat_output, changed some testing. SL ci-skip-all
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Linden committed Apr 12, 2023
1 parent 3320517 commit 13a7257
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tools/tc_utils/tc_stat/tc_stat_job.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3803,9 +3803,8 @@ void TCStatJobRIRW::do_stat_output(ostream &out) {
//n_row = 1 + (int) RIRWMap.size();
//n_col = 1;

//setup_stat_file(n_row, n_col);

setup_stat_file(1, 6);
setup_stat_file(n_row, n_col);
//setup_stat_file(1, 6);

// Will need some shc settings here
shc.set_desc(na_str);
Expand Down

0 comments on commit 13a7257

Please sign in to comment.