Skip to content

Commit

Permalink
Adjust a warning message, #48.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-brown committed Jul 19, 2024
1 parent 419a33b commit 368a096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wres-config/src/wres/config/yaml/DeclarationValidator.java
Original file line number Diff line number Diff line change
Expand Up @@ -4028,7 +4028,7 @@ private static List<EvaluationStatusEvent> evaluationTimeScaleIsValid( TimeScale
+ "datasets all contain instantaneous values, this "
+ "declaration is redundant and should be removed. "
+ "Otherwise, the declaration is invalid because "
+ "the smallest possible time scale is "
+ "the smallest possible 'time_scale' is "
+ "instantaneous and downscaling is not supported." )
.build();
events.add( event );
Expand Down

0 comments on commit 368a096

Please sign in to comment.