marionmari / pyGPs

pyGPs is a library containing an object-oriented python implementation for Gaussian Process (GP) regression and classification.
Other
213 stars 64 forks source link

Most of the inference methods don't need the ScalePrior attribute #9

Closed hakon-jon closed 9 years ago

hakon-jon commented 9 years ago

Hi,

All the unit tests and the usage of the examples were failing because the attribute ScalePrior was not initialized.

Hopefully you can use this minor change to the code.

Best, Hákon

marionmari commented 9 years ago

Thanks Hákon, that is a good point.