Basic sim code functional.

This commit is contained in:
Neil Lawrence 2013-10-14 22:09:41 +01:00
parent fe30db1331
commit da2a88826d
4 changed files with 62 additions and 23 deletions

View file

@ -259,7 +259,7 @@ class Model(Parameterized):
these terms are present in the name the parameter is
constrained positive.
"""
positive_strings = ['variance', 'lengthscale', 'precision', 'kappa']
positive_strings = ['variance', 'lengthscale', 'precision', 'decay', 'kappa']
# param_names = self._get_param_names()
currently_constrained = self.all_constrained_indices()
to_make_positive = []