Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 24 March 2025 starting at approximately 8:30am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
This MR adds the --gaps
flag to gw_data_find
so that it will emit a non-zero return if the frame list that is returned does not cover the requested time. This should hopefully allow condor to catch when there are missing frames and cause the workflow to fail properly. Right now if the cache file produced does not have the requested coverage, the MakeSFTs step is the one the fails, but really it should fail on the datafind step.
I also took the opportunity to improve the code slightly by using f-strings instead of the format()
method
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Once the test passes @ansel-neunzert can have a look at this for review