sphinx configuratino for readthedocs.org

This commit is contained in:
James Hensman 2013-01-09 15:45:39 +00:00
parent 3070f0b6c5
commit 57934d82a6
5 changed files with 429 additions and 4 deletions

View file

@ -44,7 +44,7 @@ class sparse_GP_regression(GP_regression):
else:
assert Z.shape[1]==X.shape[1]
self.Z = Z
self.M = Z.shape[1]
self.M = Z.shape[0]
if X_uncertainty is None:
self.has_uncertain_inputs=False
else: