Skip to content

Add uniform in log prior

Colm Talbot requested to merge add_uniform_in_log into master

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.

Merge request reports