Updating priors
Make core.prior
completely independent of all gw.prior
, continuing from https://git.ligo.org/Monash/tupak/merge_requests/56.
-
Remove the GW specific default latex labels from core
, this method can be overwritten ingw
. -
Move the binary_black_holes.prior
fromcore
togw
? -
Have an empty PriorSet.test_redundancy
which just does nothing which can be overwritten by whichever prior set you like, this will naturally be done by defining a subclass ofPriorSet
ingw/prior.py
. -
Make create_default_prior
require the second argument. -
Move everything currently in core/prior_files
togw/prior_files
(or something similar). We'd also need to fix thesetup.py
file to see this, but its all gw-specific.
Edited by Colm Talbot