Skip to content

Commit

Permalink
Fix some documentation, #36.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-brown committed Aug 20, 2024
1 parent 0e2e483 commit 1243b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wres/pipeline/EvaluationUtilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ private static BinaryOperator<Statistics> getMetadataAdapterForThresholds()
wres.statistics.generated.Pool latestPool =
isBaselinePool ? latest.getBaselinePool() : latest.getPool();

// Clear the threshold values unless they are equal across statistics
// Remove the threshold values unless they are equal across statistics
if ( existingPool.hasEventThreshold()
&& !Objects.equals( existingPool.getEventThreshold()
.getLeftThresholdValue(),
Expand Down

0 comments on commit 1243b25

Please sign in to comment.