Add uniform in log prior
This MR adds a LogUniform
prior class, this subclasses PowerLaw
.
I also made Uniform
explicitly subclass PowerLaw
rather than being independent.
LogUniform
comes with a warning if people try to set the minimum<=0.
I added the new class to prior_tests.py
.