Fergus-Hayes

Results 2 issues of Fergus-Hayes

Unlike python2, python3 distinguishes between byte and string types, resulting in the ValueError to be raised in: https://github.com/gwastro/pycbc/blob/0c424d28187e87091d71d74003c806fc3a5b04ab/pycbc/io/hdf.py#L701 This could be fixed by ensuring `ifo` in `self.ifos` is of string...

Calling the command: ``` $ pycbc_single_template --segment-length 528 --segment-start-pad 144 --segment-end-pad 16 --psd-estimation median --psd-segment-length 16 --psd-segment-stride 8 --psd-inverse-length 16 --approximant "SPAtmplt:mtotal

bug