Skip to content
Snippets Groups Projects
Commit 2ca3f89d authored by Colm Talbot's avatar Colm Talbot
Browse files

add CBCPriorSet

parent d34369ac
No related branches found
No related tags found
1 merge request!59Updating priors
import logging
from tupak.core import prior
def test_redundancy(key, prior):
class CBCPriorSet(prior.PriorSet):
def __init__(self, dictionary=None, filename=None):
prior.PriorSet.__init__(dictionary=dictionary, filename=filename)
self.test_redundancy = test_cbc_redundancy
def test_cbc_redundancy(key, prior):
"""
Test whether adding the key would add be redundant.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment