[static] added fixed tests

This commit is contained in:
Max Zwiessele 2016-04-21 12:31:00 +01:00
parent 0c180b3cd5
commit 87af7e2525
3 changed files with 14 additions and 11 deletions

View file

@ -195,7 +195,7 @@ class Fixed(Static):
class Precomputed(Fixed): class Precomputed(Fixed):
def __init__(self, input_dim, covariance_matrix, variance=1., active_dims=None, name='precomputed'): def __init__(self, input_dim, covariance_matrix, variance=1., active_dims=None, name='precomputed'):
""" """
Class for precomputed kernels, indexed by X Class for precomputed kernels, indexed by columns in X
Usage example: Usage example:

View file

@ -2,11 +2,14 @@
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)
import unittest import unittest
import numpy as np from unittest.case import skip
import GPy import GPy
from GPy.core.parameterization.param import Param from GPy.core.parameterization.param import Param
import numpy as np
from ..util.config import config from ..util.config import config
from unittest.case import skip
verbose = 0 verbose = 0

View file

@ -41,10 +41,10 @@ Python 2.7, 3.4 and higher
## Citation ## Citation
@Misc{gpy2014, @Misc{gpy2014,
author = {{The GPy authors}}, author = {{GPy}},
title = {{GPy}: A Gaussian process framework in python}, title = {{GPy}: A Gaussian process framework in python},
howpublished = {\url{http://github.com/SheffieldML/GPy}}, howpublished = {\url{http://github.com/SheffieldML/GPy}},
year = {2012--2015} year = {since 2012}
} }
### Pronounciation: ### Pronounciation: