Change check_vectors task to skip if requested end is after now, instead of requested start
Fix a bug where the check_vectors task would try to run even if the end of the requested time was in the future. This would then ask for a StateVector check with data that didn't yet exist.
Should help address #614 (closed), though I don't think it fixes it completely (since there appear to be events where this failure happens even for non-EW events, which occur in the past).
Merge request reports
Activity
added Data Quality label
requested review from @deep.chatterjee
assigned to @deep.chatterjee
mentioned in issue #614 (closed)
- Resolved by Geoffrey Mo
This change is reasonable. But do we have an idea about the failure for external events?
added 5 commits
-
82abc5b6...045af300 - 4 commits from branch
emfollow:main
- 687dbc73 - Change check_vectors task to skip if requested end is after now, instead of requested start
-
82abc5b6...045af300 - 4 commits from branch
enabled an automatic merge when the pipeline for 687dbc73 succeeds