changed psi0 of white to be zero

This commit is contained in:
Max Zwiessele 2013-08-02 16:37:50 +01:00
parent 5570e82943
commit f690da943a

View file

@ -51,10 +51,10 @@ class White(Kernpart):
pass
def psi0(self,Z,mu,S,target):
target += self.variance
pass # target += self.variance
def dpsi0_dtheta(self,dL_dpsi0,Z,mu,S,target):
target += dL_dpsi0.sum()
pass # target += dL_dpsi0.sum()
def dpsi0_dmuS(self,dL_dpsi0,Z,mu,S,target_mu,target_S):
pass