Assorted fixes
Compare changes
Files
2- Patrick Godwin authored
@@ -106,8 +106,8 @@ for row in sngl_inspiral_table:
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
.