mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
final prior computation issues killed
This commit is contained in:
parent
345e5b3e7c
commit
a4212e1904
2 changed files with 3 additions and 2 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue