Skip to content

inspiral.py fixes

Rebecca Ewing requested to merge inspiral-bug-fixes into master

Several fixes for inspiral.py do_alerts function:

  • Fix issues with StringIO and BytesIO changes in python3
  • Ensure all indexes are ints, not floates
  • Fix missing import of templates.ceil_pow_2

Merge request reports