You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw evidence that the valid_dates was being ignored in an evaluation that included event_detection. I expected that the WRES would only include events detected within that range (I was trying to look at output for only 2 or 3 events to make it easier to inspect). However, it seeming ignored the valid_dates and gave me all of the usual events. In fact, I saw no output at all related to that valid_dates range; it appeared to ignore it altogether.
This ticket can be closed once the event_detection algorithm is applied to only the valid_dates range when a valid_dates is provided in the declaration.
Thanks,
Hank
The text was updated successfully, but these errors were encountered:
See #382. Specifically,
#382 (comment)
I saw evidence that the
valid_dates
was being ignored in an evaluation that includedevent_detection
. I expected that the WRES would only include events detected within that range (I was trying to look at output for only 2 or 3 events to make it easier to inspect). However, it seeming ignored thevalid_dates
and gave me all of the usual events. In fact, I saw no output at all related to thatvalid_dates
range; it appeared to ignore it altogether.This ticket can be closed once the
event_detection
algorithm is applied to only thevalid_dates
range when avalid_dates
is provided in the declaration.Thanks,
Hank
The text was updated successfully, but these errors were encountered: