Skip to content

Commit

Permalink
Per issue #2206, for ecnt_columns, added CRPS_EMP_FAIR. SL
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Linden committed Aug 22, 2022
1 parent 7b473f4 commit 3a18c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/vx_util/stat_column_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static const char * ecnt_columns [] = {
"RMSE", "SPREAD", "ME_OERR",
"RMSE_OERR", "SPREAD_OERR", "SPREAD_PLUS_OERR",
"CRPSCL", "CRPS_EMP", "CRPSCL_EMP",
"CRPSS_EMP"
"CRPSS_EMP", "CRPS_EMP_FAIR"
};

static const char * rps_columns [] = {
Expand Down

0 comments on commit 3a18c1d

Please sign in to comment.