Fix for pipeline hanging when run offline in high latency
1 unresolved thread
Compare changes
Files
2- Aaron Viets authored
calibration_parts.py: Remove signal exists gate from line subtraction when filter latency is not zero
+ 7
− 8
@@ -47,13 +47,11 @@ Environment variables:
@@ -115,6 +113,7 @@ nl='
@@ -129,7 +128,7 @@ tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
@@ -199,8 +198,8 @@ gcc3)
curious why these changes happened...
These changes are made automatically. I am not aware of what effect they have on gstlal-calibration, if any. I pushed the changes I made in this MR from a container that optimizes gstlal, so that container may have had older software installed. In any case, the pipeline ran about 2.5 times faster than it did before the container.
Seems like this is an older version of this script. It doesn't seem like the changes to this script are needed, so i would leave them out, but maybe it doesn't hurt to include them
changed this line in version 2 of the diff