final prior computation issues killed

This commit is contained in:
Max Zwiessele 2014-02-14 15:23:41 +00:00
parent 345e5b3e7c
commit a4212e1904
2 changed files with 3 additions and 2 deletions

View file

@ -21,6 +21,8 @@ class Prior(object):
from ...plotting.matplot_dep import priors_plots
priors_plots.univariate_plot(self)
def __repr__(self, *args, **kwargs):
return self.__str__()
class Gaussian(Prior):
"""