Skip to content

Commit

Permalink
Per #2880, remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Oct 14, 2024
1 parent 7df7fe1 commit a569129
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/core/stat_analysis/parse_stat_line.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ void parse_fho_ctable(STATLine &l, TTContingencyTable &ct) {
double h_rate = atof(l.get_item("H_RATE"));
double o_rate = atof(l.get_item("O_RATE"));

// MET #2887: JHG multiple by the sum of the weights here instead?
double fy = n_pairs * f_rate;
double fy_oy = n_pairs * h_rate;
double oy = n_pairs * o_rate;
Expand Down

0 comments on commit a569129

Please sign in to comment.