Part written addition to datasets for loading in google trends.

This commit is contained in:
Neil Lawrence 2014-03-07 17:26:27 +00:00
parent 8b2ba52a8f
commit fab136392a
2 changed files with 21 additions and 0 deletions

View file

@ -117,6 +117,7 @@ class Sympykern(Kern):
if self.output_dim > 1:
self.arg_list += self._sp_theta_i + self._sp_theta_j
self.diag_arg_list += self._sp_theta_i
# psi_stats aren't yet implemented.
if False:
self.compute_psi_stats()