Skip to content

Commit

Permalink
Per #1809, switch to consistently naming classes related to the proba…
Browse files Browse the repository at this point in the history
…bility of genesis as ProbGen rather than mixing it with GenProb, for consistency. Also define ProbGenPCTInfo class for storing PCTInfo.
  • Loading branch information
JohnHalleyGotway committed Nov 11, 2021
1 parent ca8506c commit 5236918
Show file tree
Hide file tree
Showing 6 changed files with 319 additions and 145 deletions.
4 changes: 2 additions & 2 deletions met/data/config/TCGenConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ ops_method_flag = TRUE;
////////////////////////////////////////////////////////////////////////////////

//
// Genesis probability thresholds
// Probability of genesis thresholds
//
genesis_prob_thresh = ==0.25;
prob_genesis_thresh = ==0.25;

//
// Confidence interval alpha value
Expand Down
2 changes: 1 addition & 1 deletion met/src/basic/vx_config/config_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ static const char conf_key_ops_hit_window[] = "ops_hit_window";
static const char conf_key_discard_init_post_genesis_flag[] = "discard_init_post_genesis_flag";
static const char conf_key_dev_method_flag[] = "dev_method_flag";
static const char conf_key_ops_method_flag[] = "ops_method_flag";
static const char conf_key_genesis_prob_thresh[] = "genesis_prob_thresh";
static const char conf_key_prob_genesis_thresh[] = "prob_genesis_thresh";
static const char conf_key_fcst_fy_oy[] = "fcst_fy_oy";
static const char conf_key_fcst_fy_on[] = "fcst_fy_on";
static const char conf_key_fcst_tracks[] = "fcst_tracks";
Expand Down
Loading

0 comments on commit 5236918

Please sign in to comment.