Skip to content

Commit

Permalink
Per #2786, small change to a an error message unrelated to this devel…
Browse files Browse the repository at this point in the history
…opment.
  • Loading branch information
JohnHalleyGotway committed Apr 12, 2024
1 parent 2a26d59 commit e32b09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/basic/vx_util/thresh_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,8 @@ bool check_prob_thresh(const ThreshArray &ta, bool error_out) {
<< "select at least 3 thresholds which include the range [0, 1] "
<< "(current setting: " << ta.get_str() << ").\n"
<< "Consider using the \"==n\" shorthand notation to specify "
<< "probability bins of equal width, for n < 1, or the integer "
<< "number of ensemble members, for n > 1.\n\n";
<< "probability bins of equal width for n < 1, or the integer "
<< "number of ensemble members for n > 1.\n\n";
exit(1);
}
else {
Expand Down

0 comments on commit e32b09c

Please sign in to comment.