Assorted fixes
Compare changes
- Patrick Godwin authored
@@ -275,6 +275,8 @@ def parse_command_line():
@@ -315,7 +317,6 @@ def parse_command_line():
@@ -339,7 +340,6 @@ def parse_command_line():
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.
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
.