Allow prior files to accept floats
In versions prior to 0.5.2, a prior file could contain mass_1 = 10
and work. Due to improvements in the way the the priors are read in, an unintended consequence was that this functionality was lost. Short term, scripts can be fixed by using mass_1 = DeltaFunction(1)
, longer term it would be good to re-implement this functionality.