v0.2.1
Full Changelog: v0.2.0...v0.2.1
pyPetal now allows the user to input a function to set priors in the PyROA module. Use the key "prior_func" in the PyROA parameter dictionary to set this parameter. This function must take the same inputs as pypetal.pyroa.utils.set_priors
, except the "delimiter"
argument. This is set to None
by default, and will use the default get_priors
function when None
is chosen.