bug fixed

This commit is contained in:
Ricardo 2013-09-11 16:36:11 +01:00
parent ef072f235c
commit 822fd4f622

View file

@ -55,8 +55,6 @@ class Probit(GPTransformation):
def d2transf_df2(self,f): def d2transf_df2(self,f):
return -f * std_norm_pdf(f) return -f * std_norm_pdf(f)
def
class Log(GPTransformation): class Log(GPTransformation):
""" """
$$ $$