Assorted fixes
Compare changes
Files
16+ 1
− 2
@@ -113,7 +113,6 @@ def query_dqsegdb_veto_segments(
@@ -310,7 +309,7 @@ def split_segments_by_lock(
While doing some cleanup with the unused imports, I also ran into various issues throughout that this MR fixes:
gstlal_inspiral_calc_snr
: Move missing_required_options
upstream to avoid running into issues where it hasn't been defined yetStringIO()
calls that were not correct. (if StringIO
is imported from io
, it should be StringIO()
, not StringIO.StringIO()
.chirptime.py
file had Windows formatting, so that was converted via dos2unix
segments.py
segments.py
.