[python3] paramz integration

This commit is contained in:
mzwiessele 2015-10-15 15:02:02 +01:00
parent dce82847a7
commit f07abb4e89

View file

@ -3,6 +3,7 @@
import numpy as np
from paramz.transformations import Transformation, __fixed__
from paramz.core.parameter_core import Parameterizable
from functools import reduce
class Priorizable(Parameterizable):
def __init__(self, name, default_prior=None, *a, **kw):