mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-23 15:48:09 +02:00
tests passing (cython)
This commit is contained in:
parent
e1c2eeb25d
commit
9e4c33910f
11 changed files with 6899 additions and 1256 deletions
4
setup.py
4
setup.py
|
|
@ -23,6 +23,10 @@ ext_mods = [Extension(name='GPy.kern._src.stationary_cython',
|
|||
sources=['GPy/util/choleskies_cython.c'],
|
||||
include_dirs=[np.get_include()],
|
||||
extra_compile_args=compile_flags),
|
||||
Extension(name='GPy.util.linalg_cython',
|
||||
sources=['GPy/util/linalg_cython.c'],
|
||||
include_dirs=[np.get_include()],
|
||||
extra_compile_args=compile_flags),
|
||||
Extension(name='GPy.kern._src.coregionalize_cython',
|
||||
sources=['GPy/kern/_src/coregionalize_cython.c'],
|
||||
include_dirs=[np.get_include()],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue