Prior read in from file chokes on empty lines
If the prior file has the form
a = Uniform(0, 1, 'a'
i.e., a new-line. Then bilby.core.prior.PriorDict(filename=filename)
will error when it tries to eval
the newline.
If the prior file has the form
a = Uniform(0, 1, 'a'
i.e., a new-line. Then bilby.core.prior.PriorDict(filename=filename)
will error when it tries to eval
the newline.