mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 07:16:23 +02:00
Removal of print statements
This commit is contained in:
parent
7950b88bf9
commit
5bb17f21d2
1 changed files with 0 additions and 2 deletions
|
|
@ -98,9 +98,7 @@ class TPRegression(Model):
|
|||
|
||||
def _update_posterior_dof(self, dof, which):
|
||||
if self.posterior is not None:
|
||||
print(dof)
|
||||
self.posterior.nu = dof
|
||||
print(self.posterior.nu)
|
||||
|
||||
@property
|
||||
def _predictive_variable(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue