changes tie_param to tie_params

This commit is contained in:
James Hensman 2013-03-11 16:46:47 +00:00
parent 4b9064bb0e
commit 5b86fce1b3
6 changed files with 27 additions and 8 deletions

View file

@ -62,7 +62,7 @@ def oil():
# Contrain all parameters to be positive
m.constrain_positive('')
m.tie_param('lengthscale')
m.tie_params('lengthscale')
m.update_likelihood_approximation()
# Optimize