Assorted fixes
While doing some cleanup with the unused imports, I also ran into various issues throughout that this MR fixes:
- Port various python2 print statements throughout
-
gstlal_inspiral_calc_snr
: Movemissing_required_options
upstream to avoid running into issues where it hasn't been defined yet - Fix a couple of
StringIO()
calls that were not correct. (ifStringIO
is imported fromio
, it should beStringIO()
, notStringIO.StringIO()
. -
chirptime.py
file had Windows formatting, so that was converted viados2unix
- Fix a couple of undefined variable problems due to typos.
- Remove unused variable in
segments.py
- Fix wrong return type annotation in
segments.py
.